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
-
#member ⇒ IControl::LocalLB::MonitorIPPort
The pool member definition with which the monitor rule is associated with.
-
#monitor_rule ⇒ IControl::LocalLB::MonitorRule
The monitor rule used in the monitor association.
Instance Attribute Details
#member ⇒ IControl::LocalLB::MonitorIPPort
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 |
#monitor_rule ⇒ IControl::LocalLB::MonitorRule
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 |