Class: IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileUserStatistic::ProfileUserStatisticStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_user_statistic.rb,
lib/icontrol/local_lb/profile_user_statistic.rb
Overview
A struct that describes statistics for a particular user-defined statistic profile.
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The profile name.
-
#statistics ⇒ IControl::LocalLB::ProfileUserStatistic::UserStatisticSequence
The statistics for the profile.
Instance Attribute Details
#profile_name ⇒ String
The profile name.
178 179 180 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 178 def profile_name @profile_name end |
#statistics ⇒ IControl::LocalLB::ProfileUserStatistic::UserStatisticSequence
The statistics for the profile.
178 179 180 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 178 def statistics @statistics end |