Class: IControl::LocalLB::PoolMember::MemberMonitorAssociationRemoval

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#memberIControl::LocalLB::MonitorIPPort

The pool member definition whose monitor association will be removed.

Returns:



348
349
350
# File 'lib/icontrol/local_lb/pool_member.rb', line 348

def member
  @member
end

#removal_ruleIControl::LocalLB::MonitorAssociationRemovalRule

The rule indicating how the monitor association will be removed.

Returns:



348
349
350
# File 'lib/icontrol/local_lb/pool_member.rb', line 348

def removal_rule
  @removal_rule
end