Class: IControl::LocalLB::MonitorIPPort

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb

Overview

A struct that describes monitored node server definition, used in the destination address:port of the monitor template.

Instance Attribute Summary collapse

Instance Attribute Details

#address_typeIControl::LocalLB::AddressType

The address type of the IP:port specified in ipport.

Returns:


231
232
233
# File 'lib/icontrol/local_lb.rb', line 231

def address_type
  @address_type
end

#ipportIControl::Common::IPPortDefinition

The IP:port definition.

Returns:


231
232
233
# File 'lib/icontrol/local_lb.rb', line 231

def ipport
  @ipport
end