Class: IControl::GlobalLB::Topology::TopologyEndpoint

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#contentString

The content of the topology end point.

Returns:

  • (String)

    the current value of content



120
121
122
# File 'lib/icontrol/global_lb/topology.rb', line 120

def content
  @content
end

#negateObject

Whether the end point is not equal to the definition.

Returns:

  • (Object)

    the current value of negate



120
121
122
# File 'lib/icontrol/global_lb/topology.rb', line 120

def negate
  @negate
end

#typeIControl::GlobalLB::RegionType

The type of topology end point.

Returns:



120
121
122
# File 'lib/icontrol/global_lb/topology.rb', line 120

def type
  @type
end