Class: IControl::GlobalLB::Topology::TopologyEndpoint
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Topology::TopologyEndpoint
- Defined in:
- lib/icontrol/global_lb/topology.rb,
lib/icontrol/global_lb/topology.rb
Overview
A struct that describes a topology record's end point
Instance Attribute Summary (collapse)
-
- (String) content
The content of the topology end point.
-
- (Object) negate
Whether the end point is not equal to the definition.
-
- (IControl::GlobalLB::RegionType) type
The type of topology end point.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) content
The content of the topology end point.
120 121 122 |
# File 'lib/icontrol/global_lb/topology.rb', line 120 def content @content end |
- (Object) negate
Whether the end point is not equal to the definition.
120 121 122 |
# File 'lib/icontrol/global_lb/topology.rb', line 120 def negate @negate end |
- (IControl::GlobalLB::RegionType) type
The type of topology end point.
120 121 122 |
# File 'lib/icontrol/global_lb/topology.rb', line 120 def type @type end |