Class: IControl::GlobalLB::Region::RegionItem
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Region::RegionItem
- Defined in:
- lib/icontrol/global_lb/region.rb,
lib/icontrol/global_lb/region.rb
Overview
A struct that describes a region item.
Instance Attribute Summary (collapse)
-
- (String) content
The region item's content.
-
- (Object) negate
The state indicating whether the region member to be interpreted as not equal to the region member options selected.
-
- (IControl::GlobalLB::RegionType) type
The region type.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) content
The region item's content.
125 126 127 |
# File 'lib/icontrol/global_lb/region.rb', line 125 def content @content end |
- (Object) negate
The state indicating whether the region member to be interpreted as not equal to the region member options selected.
125 126 127 |
# File 'lib/icontrol/global_lb/region.rb', line 125 def negate @negate end |
- (IControl::GlobalLB::RegionType) type
The region type.
125 126 127 |
# File 'lib/icontrol/global_lb/region.rb', line 125 def type @type end |