Management::TrafficGroup::FailoverMethod

Introduced : BIG-IP_v13.0.0
A enum of failover method. Specifies what mechanism to use to decide which device will take over when the current has failed.

Members

Member

Value

Description

TRAFFIC_GROUP_FAILOVER_METHOD_UNKNOWN

0

The failover method is unknown (or is unsupported by iControl).

TRAFFIC_GROUP_FAILOVER_METHOD_HA_SCORE

1

The failover method is set to HA-SCORE. A score is calculated for each device in the monitoring HA group; and the highest score is the current active device while the next highest score will be the device that takes over if the current one fails.

TRAFFIC_GROUP_FAILOVER_METHOD_HA_ORDER

2

The failover method is set to HA-ORDER. Uses a list of devices and their respective HA load to decide the next one to take over if the current devices fails.


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.