Class: IControl::GlobalLB::DataCenter::DataCenterServerDefinition

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 contains definition for the data center and the associated servers.

Instance Attribute Summary collapse

Instance Attribute Details

#data_centerString

The name that identifies a data center.

Returns:

  • (String)

    the current value of data_center



229
230
231
# File 'lib/icontrol/global_lb/data_center.rb', line 229

def data_center
  @data_center
end

#serversStringSequence

The servers in the data center.

Returns:

  • (StringSequence)

    the current value of servers



229
230
231
# File 'lib/icontrol/global_lb/data_center.rb', line 229

def servers
  @servers
end