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)
-
- (IControl::GlobalLB::RegionDBType) db_type
The region's database type.
-
- (String) name
The region name.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::RegionDBType) db_type
The region's database type.
115 116 117 |
# File 'lib/icontrol/global_lb/region.rb', line 115 def db_type @db_type end |
- (String) name
The region name.
115 116 117 |
# File 'lib/icontrol/global_lb/region.rb', line 115 def name @name end |