Class: IControl::LocalLB::ProfileOneConnect::ProfileOneConnectStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileOneConnect::ProfileOneConnectStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_one_connect.rb,
lib/icontrol/local_lb/profile_one_connect.rb
Overview
A struct that describes statistics for a particular OneConnect 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.
256 257 258 |
# File 'lib/icontrol/local_lb/profile_one_connect.rb', line 256 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
256 257 258 |
# File 'lib/icontrol/local_lb/profile_one_connect.rb', line 256 def statistics @statistics end |