Class: IControl::GlobalLB::DataCenter::DataCenterLinkDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::DataCenter::DataCenterLinkDefinition
- 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
-
#data_center ⇒ String
The name that identifies a data center.
-
#links ⇒ StringSequence
The links in the data center.
Instance Attribute Details
#data_center ⇒ String
The name that identifies a data center.
220 221 222 |
# File 'lib/icontrol/global_lb/data_center.rb', line 220 def data_center @data_center end |
#links ⇒ StringSequence
The links in the data center.
220 221 222 |
# File 'lib/icontrol/global_lb/data_center.rb', line 220 def links @links end |