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: NONEAUTOMANUAL

JSON Example

{
	"deployment_type": "NONE"
}

Feedback

Was this page helpful?