Class: IControl::GlobalLB::MonitorRule

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

Overview

An struct that specifies a monitor rule.

Instance Attribute Summary collapse

Instance Attribute Details

#monitor_templatesStringSequence

The list of monitors that constitute this monitor rule.

Returns:

  • (StringSequence)

    the current value of monitor_templates



111
112
113
# File 'lib/icontrol/global_lb.rb', line 111

def monitor_templates
  @monitor_templates
end

#quorumNumeric

A value to be used when type is MONITOR_RULE_TYPE_M_OF_N, i.e. this value is the M in M of N. This value is ignored for other rule types.

Returns:

  • (Numeric)

    the current value of quorum



111
112
113
# File 'lib/icontrol/global_lb.rb', line 111

def quorum
  @quorum
end

#typeIControl::GlobalLB::MonitorRuleType

An indicator of how to deal/interpret with the list of monitors in monitor_templates.

Returns:



111
112
113
# File 'lib/icontrol/global_lb.rb', line 111

def type
  @type
end