Class: IControl::LocalLB::ProfileFastL4::ProfileFastL4StatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileFastL4::ProfileFastL4StatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_fast_l4.rb,
lib/icontrol/local_lb/profile_fast_l4.rb
Overview
A struct that describes statistics for a particular 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.
691 692 693 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 691 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
691 692 693 |
# File 'lib/icontrol/local_lb/profile_fast_l4.rb', line 691 def statistics @statistics end |