Class: IControl::GlobalLB::DataCenter::DataCenterStatistics

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

Overview

A struct that describes data center statistics and timestamp.

Instance Attribute Summary collapse

Instance Attribute Details

#statisticsIControl::GlobalLB::DataCenter::DataCenterStatisticEntrySequence

The statistics for a sequence of data centers.

Returns:



247
248
249
# File 'lib/icontrol/global_lb/data_center.rb', line 247

def statistics
  @statistics
end

#time_stampIControl::Common::TimeStamp

The time stamp at the time the statistics are gathered.

Returns:



247
248
249
# File 'lib/icontrol/global_lb/data_center.rb', line 247

def time_stamp
  @time_stamp
end