Class: IControl::LocalLB::ProfileTCP::ProfileTCPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileTCP::ProfileTCPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_tcp.rb,
lib/icontrol/local_lb/profile_tcp.rb
Overview
A struct that describes statistics for a particular profile.
Instance Attribute Summary (collapse)
-
- (String) profile_name
The profile name.
-
- (IControl::Common::StatisticSequence) statistics
The statistics for the profile.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) profile_name
The profile name.
1069 1070 1071 |
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1069 def profile_name @profile_name end |
- (IControl::Common::StatisticSequence) statistics
The statistics for the profile.
1069 1070 1071 |
# File 'lib/icontrol/local_lb/profile_tcp.rb', line 1069 def statistics @statistics end |