INPUT_OBJECT
AddNodesToCloudClusterInput
Description
Nodes add request for a cloud cluster.
link GraphQL Schema definition
- input AddNodesToCloudClusterInput {
- # Number of nodes to add.
- Int :
- # 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.
- UUID! :
- # Cloud vendor type.
- CcpVendorType! :
- # Cluster UUID.
- UUID! :
- # Specifies whether node resources are preserved if the add node operation fails.
- Boolean! :
- }