vcenter vcha cluster mode: info
The
info
structure contains the mode of the VCHA Cluster. This structure was added in vSphere API 6.7.1.Representation:
{
"mode" : "ENABLED"
}
"mode" : "ENABLED"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
mode | string | Identifies the mode of the VCHA cluster. This attribute was added in vSphere API 6.7.1. Defines the possible modes for a VCHA Cluster. This enumeration was added in vSphere API 6.7.1. Value is one of: ENABLED: VCHA Cluster is enabled. State replication between the Active and Passive node is enabled and automatic failover is allowed. This constant was added in vSphere API 6.7.1. DISABLED: VCHA Cluster is disabled. State replication between the Active and Passive node is disabled and automatic failover is not allowed. This constant was added in vSphere API 6.7.1. MAINTENANCE: VCHA Cluster is in maintenance mode. State replication between the and Passive node is enabled but automatic failover is not allowed. This constant was added in vSphere API 6.7.1. |