Class: IControl::LocalLB::MonitorIP

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

Overview

A struct that describes a monitored node address.

Instance Attribute Summary collapse

Instance Attribute Details

#address_typeIControl::LocalLB::AddressType

The address type of the IP address specified in ipaddress.

Returns:



221
222
223
# File 'lib/icontrol/local_lb.rb', line 221

def address_type
  @address_type
end

#ipaddressString

The IP address.

Returns:

  • (String)

    the current value of ipaddress



221
222
223
# File 'lib/icontrol/local_lb.rb', line 221

def ipaddress
  @ipaddress
end