Class: IControl::LocalLB::Pool::MonitorAssociation

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/pool.rb,
lib/icontrol/local_lb/pool.rb

Overview

A struct that describes a pool’s monitor association.

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_ruleIControl::LocalLB::MonitorRule

The monitor rule used in the monitor association.

Returns:



616
617
618
# File 'lib/icontrol/local_lb/pool.rb', line 616

def monitor_rule
  @monitor_rule
end

#pool_nameString

The pool with which the monitor rule is associated with.

Returns:

  • (String)

    the current value of pool_name



616
617
618
# File 'lib/icontrol/local_lb/pool.rb', line 616

def pool_name
  @pool_name
end