Class: IControl::GlobalLB::Region::RegionDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Region::RegionDefinition
- Defined in:
- lib/icontrol/global_lb/region.rb,
lib/icontrol/global_lb/region.rb
Overview
A struct that describes a region definition.
Instance Attribute Summary collapse
-
#db_type ⇒ IControl::GlobalLB::RegionDBType
The region’s database type.
-
#name ⇒ String
The region name.
Instance Attribute Details
#db_type ⇒ IControl::GlobalLB::RegionDBType
The region’s database type.
115 116 117 |
# File 'lib/icontrol/global_lb/region.rb', line 115 def db_type @db_type end |
#name ⇒ String
The region name.
115 116 117 |
# File 'lib/icontrol/global_lb/region.rb', line 115 def name @name end |