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
-
#statistics ⇒ IControl::GlobalLB::DataCenter::DataCenterStatisticEntrySequence
The statistics for a sequence of data centers.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::GlobalLB::DataCenter::DataCenterStatisticEntrySequence
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 |
#time_stamp ⇒ IControl::Common::TimeStamp
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 |