Class: IControl::LocalLB::ProfileUserStatistic::UserStatisticName
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileUserStatistic::UserStatisticName
- Defined in:
- lib/icontrol/local_lb/profile_user_statistic.rb,
lib/icontrol/local_lb/profile_user_statistic.rb
Overview
A struct that describes a user-defined statistic name.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::ProfileUserStatistic::UserStatisticKey) statistic_key
The statistic key.
-
- (IControl::LocalLB::ProfileString) statistic_name
The statistic name.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::ProfileUserStatistic::UserStatisticKey) statistic_key
The statistic key.
207 208 209 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 207 def statistic_key @statistic_key end |
- (IControl::LocalLB::ProfileString) statistic_name
The statistic name.
207 208 209 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 207 def statistic_name @statistic_name end |