Class: IControl::GlobalLB::MonitorIPPort
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::MonitorIPPort
- Defined in:
- lib/icontrol/global_lb.rb,
lib/icontrol/global_lb.rb
Overview
A struct that describes a monitored member definition, used in the destination address:port of the monitor template.
Instance Attribute Summary collapse
-
#address_type ⇒ IControl::GlobalLB::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::GlobalLB::AddressType
The address type of the IP:port specified in ipport.
81 82 83 |
# File 'lib/icontrol/global_lb.rb', line 81 def address_type @address_type end |
#ipport ⇒ IControl::Common::IPPortDefinition
The IP:port definition.
81 82 83 |
# File 'lib/icontrol/global_lb.rb', line 81 def ipport @ipport end |