Class: IControl::GlobalLB::DataCenter::DataCenterAttribute
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::DataCenter::DataCenterAttribute
- 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
-
#contact ⇒ String
The contact information.
-
#location ⇒ String
The location of the data center.
-
#name ⇒ String
The name of the data center.
Instance Attribute Details
#contact ⇒ String
The contact information.
210 211 212 |
# File 'lib/icontrol/global_lb/data_center.rb', line 210 def contact @contact end |
#location ⇒ String
The location of the data center.
210 211 212 |
# File 'lib/icontrol/global_lb/data_center.rb', line 210 def location @location end |
#name ⇒ String
The name of the data center.
210 211 212 |
# File 'lib/icontrol/global_lb/data_center.rb', line 210 def name @name end |