INPUT_OBJECT
CreateAzureClusterInput
Description
CreateAzureClusterInput for Azure account.
link GraphQL Schema definition
- input CreateAzureClusterInput {
- # Customer Azure cloud account ID.
- : String
- # Input cluster configuration.
- : ClusterConfigInput
- # If cluster is CC-ES.
- : Boolean
- # Flag to keep the cluster on failure.
- : Boolean
- # Validations to perform on the request.
- : [ClusterCreateValidations!]
- # Virtual Machine input configuration.
- : AzureVmConfig
- }