Class: IControl::LocalLB::MonitorIPPort
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::MonitorIPPort
- 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
-
#address_type ⇒ IControl::LocalLB::AddressType
The address type of the IP:port specified in ipport.
-
#ipport ⇒ IControl::Common::IPPortDefinition
The IP:port definition.
Instance Attribute Details
#address_type ⇒ IControl::LocalLB::AddressType
The address type of the IP:port specified in ipport.
231 232 233 |
# File 'lib/icontrol/local_lb.rb', line 231 def address_type @address_type end |
#ipport ⇒ IControl::Common::IPPortDefinition
The IP:port definition.
231 232 233 |
# File 'lib/icontrol/local_lb.rb', line 231 def ipport @ipport end |