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
-
#content ⇒ String
The content of the topology end point.
-
#negate ⇒ Object
Whether the end point is not equal to the definition.
-
#type ⇒ IControl::GlobalLB::RegionType
The type of topology end point.
Instance Attribute Details
#content ⇒ String
The content of the topology end point.
120 121 122 |
# File 'lib/icontrol/global_lb/topology.rb', line 120 def content @content end |
#negate ⇒ Object
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 |
#type ⇒ IControl::GlobalLB::RegionType
The type of topology end point.
120 121 122 |
# File 'lib/icontrol/global_lb/topology.rb', line 120 def type @type end |