Class: IControl::GlobalLB::DataCenter::DataCenterStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::DataCenter::DataCenterStatisticEntry
- Defined in:
- lib/icontrol/global_lb/data_center.rb,
lib/icontrol/global_lb/data_center.rb
Overview
A struct that describes statistics for a particular data center.
Instance Attribute Summary collapse
-
#data_center ⇒ String
The name that identifies a data center.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the data center.
Instance Attribute Details
#data_center ⇒ String
The name that identifies a data center.
238 239 240 |
# File 'lib/icontrol/global_lb/data_center.rb', line 238 def data_center @data_center end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the data center.
238 239 240 |
# File 'lib/icontrol/global_lb/data_center.rb', line 238 def statistics @statistics end |