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