Class: IControl::LocalLB::Klass::AddressEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::Klass::AddressEntry
- 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
-
#address ⇒ String
The IP address of the Address class member.
-
#netmask ⇒ String
The netmask of the Address class member.
Instance Attribute Details
#address ⇒ String
The IP address of the Address class member.
600 601 602 |
# File 'lib/icontrol/local_lb/klass.rb', line 600 def address @address end |
#netmask ⇒ String
The netmask of the Address class member.
600 601 602 |
# File 'lib/icontrol/local_lb/klass.rb', line 600 def netmask @netmask end |