Class: IControl::GlobalLB::DataCenter::DataCenterStatisticEntry

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 statistics for a particular data center.

Instance Attribute Summary collapse

Instance Attribute Details

#data_centerString

The name that identifies a data center.

Returns:

  • (String)

    the current value of data_center



238
239
240
# File 'lib/icontrol/global_lb/data_center.rb', line 238

def data_center
  @data_center
end

#statisticsIControl::Common::StatisticSequence

The statistics for the data center.

Returns:



238
239
240
# File 'lib/icontrol/global_lb/data_center.rb', line 238

def statistics
  @statistics
end