INPUT_OBJECT

AddNodesToCloudClusterInput

Description

Nodes add request for a cloud cluster.

link GraphQL Schema definition

  • input AddNodesToCloudClusterInput {
  • # 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. This is not supported for OCI cloud clusters.
  • cloudAccountId: UUID
  • # ID of the customer cloud account.
  • cloudAccountIdV2: String
  • # Cluster UUID.
  • clusterUuid: UUID!
  • # GCP image ID to deploy to add nodes to a Rubrik Cloud Cluster for GCP, without
  • # accessing the marketplace.
  • gcpImageId: String
  • # GCP test image deployed for adding nodes to a Rubrik Cloud Cluster for GCP
  • # without accessing the marketplace.
  • gcpTestImage: GcpTestImage
  • # Number of nodes to add.
  • numberOfNodes: Int
  • # OCI Image ID to deploy to add nodes to an OCI Cloud Cluster without the
  • # marketplace.
  • ociImageId: String
  • # Specifies whether node resources are preserved if the add node operation fails.
  • shouldKeepResourcesOnFailure: Boolean!
  • # Cloud vendor type.
  • vendor: CcpVendorType!
  • }

link Require by