Class: IControl::LocalLB::ProfileUserStatistic::UserStatistic

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#statistic_keyIControl::LocalLB::ProfileUserStatistic::UserStatisticKey

The statistic key.

Returns:



197
198
199
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197

def statistic_key
  @statistic_key
end

#time_stampNumeric

The timestamp of the statistic (Not currently supported in 9.0, intended for future use)

Returns:

  • (Numeric)

    the current value of time_stamp



197
198
199
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197

def time_stamp
  @time_stamp
end

#valueIControl::Common::ULong64

The value of the statistic.

Returns:



197
198
199
# File 'lib/icontrol/local_lb/profile_user_statistic.rb', line 197

def value
  @value
end