Class: IControl::GlobalLB::DataCenter::DataCenterAttribute

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 data center attributes: name, location, and contact information.

Instance Attribute Summary collapse

Instance Attribute Details

#contactString

The contact information.

Returns:

  • (String)

    the current value of contact



210
211
212
# File 'lib/icontrol/global_lb/data_center.rb', line 210

def contact
  @contact
end

#locationString

The location of the data center.

Returns:

  • (String)

    the current value of location



210
211
212
# File 'lib/icontrol/global_lb/data_center.rb', line 210

def location
  @location
end

#nameString

The name of the data center.

Returns:

  • (String)

    the current value of name



210
211
212
# File 'lib/icontrol/global_lb/data_center.rb', line 210

def name
  @name
end