VchaClusterModeSetTaskRequestBody

This is a request body class for an operation.


Properties

mode Required

The Mode.ClusterMode enumerated type defines the possible modes for a VCHA Cluster.
ENABLED : VCHA Cluster is enabled. State replication between the Active and Passive node is enabled and automatic failover is allowed.
DISABLED : VCHA Cluster is disabled. State replication between the Active and Passive node is disabled and automatic failover is not allowed.
MAINTENANCE : VCHA Cluster is in maintenance mode. State replication between the and Passive node is enabled but automatic failover is not allowed.

Possible values are: ENABLEDDISABLEDMAINTENANCE

JSON Example

{
	"mode": "ENABLED"
}
Parameter To

Set Cluster Mode Task

Feedback

Was this page helpful?