Class: IControl::LocalLB::PoolMember::MemberMonitorAssociationRemoval
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::PoolMember::MemberMonitorAssociationRemoval
- 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 to be removed.
Instance Attribute Summary collapse
-
#member ⇒ IControl::LocalLB::MonitorIPPort
The pool member definition whose monitor association will be removed.
-
#removal_rule ⇒ IControl::LocalLB::MonitorAssociationRemovalRule
The rule indicating how the monitor association will be removed.
Instance Attribute Details
#member ⇒ IControl::LocalLB::MonitorIPPort
The pool member definition whose monitor association will be removed.
348 349 350 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 348 def member @member end |
#removal_rule ⇒ IControl::LocalLB::MonitorAssociationRemovalRule
The rule indicating how the monitor association will be removed.
348 349 350 |
# File 'lib/icontrol/local_lb/pool_member.rb', line 348 def removal_rule @removal_rule end |