LeaderChangeInfo

LeaderChangeInfo
LeaderChangeInfo
JSON Example
{
    "enabled": false,
    "leader_candidates": [
        {
            "cluster_id": "string",
            "site_name": "string"
        }
    ],
    "leader_change_mode": "string",
    "max_unsuccessful_probes": 0
}
boolean
enabled
Optional
Constraints: default: true

Leader change mechanism can be disabled in the federation for administration purposes. This would effectively disable Gslb disaster recovery possibilities. The best practice is to change the mode (Auto to manual or vice-versa) rather than disabling the leader change mechanism. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

array of SiteInfo
leader_candidates
Optional

Sites that can be the future Gslb Leader in federation. These sites should be enabled active follower sites.A site that is deactivated or passive or a third-party site cannot be a leader candidate. Field introduced in 31.2.1. Maximum of 1 items allowed. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
leader_change_mode
Optional
Constraints: default: GSLB_LC_MODE_MANUAL

Leader change mode, can be auto or manual. Enum options - GSLB_LC_MODE_MANUAL, GSLB_LC_MODE_AUTO. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_unsuccessful_probes
Optional
Constraints: default: 15

Maximum number of probe failures before considering other site as down for auto leader change. Allowed values are 1-3600. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of