Class: IControl::LocalLB::PoolMember::MemberMonitorAssociation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberMonitorAssociation
- Defined in:
- lib/icontrol/local_lb/pool_member.rb,
lib/icontrol/local_lb/pool_member.rb
Overview
A struct that describes a pool member's monitor association.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::MonitorIPPort) member
The pool member definition with which the monitor rule is associated with.
-
- (IControl::LocalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::MonitorIPPort) member
The pool member definition with which the monitor rule is associated with.
339 340 341 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 339 def member @member end |
- (IControl::LocalLB::MonitorRule) monitor_rule
The monitor rule used in the monitor association.
339 340 341 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 339 def monitor_rule @monitor_rule end |