Class: IControl::LocalLB::Klass::AddressEntry

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

Overview

A struct that describes an Address class member.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The IP address of the Address class member.

Returns:

  • (String)

    the current value of address



600
601
602
# File 'lib/icontrol/local_lb/klass.rb', line 600

def address
  @address
end

#netmaskString

The netmask of the Address class member.

Returns:

  • (String)

    the current value of netmask



600
601
602
# File 'lib/icontrol/local_lb/klass.rb', line 600

def netmask
  @netmask
end