Class: IControl::GlobalLB::DataCenter::DataCenterLinkDefinition

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 links.

Instance Attribute Summary collapse

Instance Attribute Details

#data_centerString

The name that identifies a data center.

Returns:

  • (String)

    the current value of data_center



220
221
222
# File 'lib/icontrol/global_lb/data_center.rb', line 220

def data_center
  @data_center
end

The links in the data center.

Returns:

  • (StringSequence)

    the current value of links



220
221
222
# File 'lib/icontrol/global_lb/data_center.rb', line 220

def links
  @links
end