GlobalLB::MonitorRuleType

Introduced : BIG-IP_v9.2.0
An enumeration of different monitor rule types.

Members

Member

Value

Description

MONITOR_RULE_TYPE_UNDEFINED

0

This monitor rule is undefined, uninitialized state. This value is returned in queries only, and an exception will be raised if used when creating monitor associations.

MONITOR_RULE_TYPE_NONE

1

The object’s monitoring is disabled, i.e. no explicit nor default monitor in use. This value is returned in queries only, and an exception will be raised if used when creating monitor associations.

MONITOR_RULE_TYPE_SINGLE

2

This monitor rule is based on a single monitor.

MONITOR_RULE_TYPE_AND_LIST

3

This monitor rule is based on an ANDed list of monitors, i.e. all monitors must return successfully for the node/member to be considered UP.

MONITOR_RULE_TYPE_M_OF_N

4

This monitor rule is based on a list of N monitors, but at least M of which must return successfully for the node/member to be considered UP.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.