Class: IControl::LocalLB::RateClass::RateClassStatistics

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/rate_class.rb,
lib/icontrol/local_lb/rate_class.rb

Overview

A struct that describes rate class statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::LocalLB::RateClass::RateClassStatisticEntrySequence

The statistics for a sequence of rate classes.

Returns:



1253
1254
1255
# File 'lib/icontrol/local_lb/rate_class.rb', line 1253

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



1253
1254
1255
# File 'lib/icontrol/local_lb/rate_class.rb', line 1253

def time_stamp
  @time_stamp
end