CreateAzureClusterInput
Input for CDM cluster creation on Azure.
Fields
| Field | Type | Description |
|---|---|---|
| cloudAccountId | String | Customer Azure cloud account ID. |
| clusterConfig | ClusterConfigInput | Input cluster configuration. |
| isAzResilient | Boolean | Indicates whether the cluster should be deployed across multiple availability zones. |
| isEsType | Boolean | If cluster is CC-ES. |
| keepClusterOnFailure | Boolean | Flag to keep the cluster on failure. |
| validations | [ClusterCreateValidations!] | Validations to perform on the request. |
| vmConfig | AzureVmConfig | Virtual Machine input configuration. |