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