Class: IControl::LocalLB::ProfileSCTP::ProfileSCTPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileSCTP::ProfileSCTPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_sctp.rb,
lib/icontrol/local_lb/profile_sctp.rb
Overview
A struct that describes statistics for a particular SCTP 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.
622 623 624 |
# File 'lib/icontrol/local_lb/profile_sctp.rb', line 622 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
622 623 624 |
# File 'lib/icontrol/local_lb/profile_sctp.rb', line 622 def statistics @statistics end |