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)
-
- (IControl::GlobalLB::AddressType) address_type
The address type of the IP:port specified in ipport.
-
- (IControl::Common::IPPortDefinition) ipport
The IP:port definition.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::GlobalLB::AddressType) address_type
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 |
- (IControl::Common::IPPortDefinition) ipport
The IP:port definition.
81 82 83 |
# File 'lib/icontrol/global_lb.rb', line 81 def ipport @ipport end |