INPUT_OBJECT

CreateAzureClusterInput

Description

CreateAzureClusterInput for Azure account.

link GraphQL Schema definition

  • input CreateAzureClusterInput {
  • # Customer Azure cloud account ID.
  • cloudAccountId: String
  • # If cluster is CC-ES.
  • isEsType: Boolean
  • # Flag to keep the cluster on failure.
  • keepClusterOnFailure: Boolean
  • # Input cluster configuration.
  • clusterConfig: ClusterConfigInput
  • # Virtual Machine input configuration.
  • vmConfig: AzureVmConfig
  • }