Class: IControl::GlobalLB::DataCenter::DataCenterStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::DataCenter::DataCenterStatistics
- 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)
-
- (IControl::GlobalLB::DataCenter::DataCenterStatisticEntrySequence) statistics
The statistics for a sequence of data centers.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
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.
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.
247 248 249 |
# File 'lib/icontrol/global_lb/data_center.rb', line 247 def time_stamp @time_stamp end |