Class: IControl::GlobalLB::Pool::MonitorAssociation

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

Overview

A struct that describes a pool’s monitor association.

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_ruleIControl::GlobalLB::MonitorRule

The monitor rule used in the monitor association.

Returns:



739
740
741
# File 'lib/icontrol/global_lb/pool.rb', line 739

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



739
740
741
# File 'lib/icontrol/global_lb/pool.rb', line 739

def pool_name
  @pool_name
end