Class: IControl::LocalLB::ProfileSIP::ProfileSIPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileSIP::ProfileSIPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_sip.rb,
lib/icontrol/local_lb/profile_sip.rb
Overview
A struct that describes statistics for a particular SIP 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.
340 341 342 |
# File 'lib/icontrol/local_lb/profile_sip.rb', line 340 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
340 341 342 |
# File 'lib/icontrol/local_lb/profile_sip.rb', line 340 def statistics @statistics end |