INPUT_OBJECT

AddNodesToCloudClusterInput

Description

Nodes add request for a cloud cluster.

link GraphQL Schema definition

  • input AddNodesToCloudClusterInput {
  • # Number of nodes to add.
  • numberOfNodes: Int
  • # AWS AMI ID to deploy to add nodes to an AWS Cloud Cluster without the
  • # marketplace.
  • awsImageId: String
  • # Azure image name to deploy to add nodes to an Azure Cloud Cluster without the
  • # marketplace.
  • azureImageName: String
  • # Customer cloud account UUID.
  • cloudAccountId: UUID!
  • # Cloud vendor type.
  • vendor: CcpVendorType!
  • # Cluster UUID.
  • clusterUuid: UUID!
  • # Specifies whether node resources are preserved if the add node operation fails.
  • shouldKeepResourcesOnFailure: Boolean!
  • }

link Require by