INPUT_OBJECT

IsCloudClusterDiskUpgradeAvailableInput

Description

Disk upgrade request for a cloud cluster.

link GraphQL Schema definition

  • input IsCloudClusterDiskUpgradeAvailableInput {
  • # Customer cloud account UUID.
  • cloudAccountId: UUID!
  • # Cloud vendor type.
  • vendor: CcpVendorType!
  • # Cloud cluster UUID.
  • clusterUuid: UUID!
  • # Size of the batch for migrating the old configuration nodes to new configuration
  • # nodes.
  • batchSize: Int
  • # The total count of nodes after migration. This is applicable only when switching
  • # the instance type.
  • newNodeCount: Int
  • }

link Require by