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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::GlobalLB::DataCenter::DataCenterStatisticEntrySequence) statistics

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

- (IControl::Common::TimeStamp) time_stamp

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