Class: IControl::LocalLB::ProfileUserStatistic::UserStatistic
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileUserStatistic::UserStatistic
- Defined in:
- lib/icontrol/local_lb/profile_user_statistic.rb,
lib/icontrol/local_lb/profile_user_statistic.rb
Overview
A user-defined statistic entry with type and value.
Instance Attribute Summary collapse
-
#statistic_key ⇒ IControl::LocalLB::ProfileUserStatistic::UserStatisticKey
The statistic key.
-
#time_stamp ⇒ Numeric
The timestamp of the statistic (Not currently supported in 9.0, intended for future use).
-
#value ⇒ IControl::Common::ULong64
The value of the statistic.
Instance Attribute Details
#statistic_key ⇒ IControl::LocalLB::ProfileUserStatistic::UserStatisticKey
The statistic key.
197 198 199 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197 def statistic_key @statistic_key end |
#time_stamp ⇒ Numeric
The timestamp of the statistic (Not currently supported in 9.0, intended for future use)
197 198 199 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197 def time_stamp @time_stamp end |
#value ⇒ IControl::Common::ULong64
The value of the statistic.
197 198 199 |
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197 def value @value end |