VchaClusterDeploymentTypeInfo
The DeploymentType.Info structure contains the deployment type of the VCHA Cluster.
Properties
deployment_type
Required
The DeploymentType.Type enumerated type defines the possible deployment types for a VCHA Cluster.
NONE : VCHA Cluster is not configured.
AUTO : VCHA Cluster was deployed automatically.
MANUAL : VCHA Cluster was deployed manually.
Possible values are: NONE , AUTO , MANUAL
JSON Example
{
"deployment_type": "NONE"
}