Class: IControl::LocalLB::ProfileRTSP::ProfileRTSPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileRTSP::ProfileRTSPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_rtsp.rb,
lib/icontrol/local_lb/profile_rtsp.rb
Overview
A struct that describes statistics for a particular RTSP profile.
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The profile name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
Instance Attribute Details
#profile_name ⇒ String
The profile name.
460 461 462 |
# File 'lib/icontrol/local_lb/profile_rtsp.rb', line 460 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
460 461 462 |
# File 'lib/icontrol/local_lb/profile_rtsp.rb', line 460 def statistics @statistics end |