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