Class: IControl::LocalLB::MonitorIP
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MonitorIP
- 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
-
#address_type ⇒ IControl::LocalLB::AddressType
The address type of the IP address specified in ipaddress.
-
#ipaddress ⇒ String
The IP address.
Instance Attribute Details
#address_type ⇒ IControl::LocalLB::AddressType
The address type of the IP address specified in ipaddress.
221 222 223 |
# File 'lib/icontrol/local_lb.rb', line 221 def address_type @address_type end |
#ipaddress ⇒ String
The IP address.
221 222 223 |
# File 'lib/icontrol/local_lb.rb', line 221 def ipaddress @ipaddress end |