Class: IControl::LocalLB::PoolMember::MemberMonitorStatus
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberMonitorStatus
- Defined in:
- lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb
Overview
A struct that describes a member's current monitor status.
Instance Attribute Summary (collapse)
-
- (IControl::Common::IPPortDefinition) member
The IP address and port for the pool member.
-
- (IControl::LocalLB::MonitorStatus) monitor_status
The monitor status of the specified pool member.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::IPPortDefinition) member
The IP address and port for the pool member.
375 376 377 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 375 def member @member end |
- (IControl::LocalLB::MonitorStatus) monitor_status
The monitor status of the specified pool member.
375 376 377 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 375 def monitor_status @monitor_status end |