Class: IControl::LocalLB::MonitorAssociationRemovalRule

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

Overview

A list of rules on how the monitor association is removed.

Constant Summary collapse

REMOVE_EXPLICIT_MONITOR_ASSOCIATION =

Any explicit monitor association for the child object will be removed, and the child object will default to using any monitor rule associated with its parent object.

:REMOVE_EXPLICIT_MONITOR_ASSOCIATION
REMOVE_ALL_MONITOR_ASSOCIATION =

The child object will not be monitored at all, even if its parent object has an associated monitor rule.

:REMOVE_ALL_MONITOR_ASSOCIATION