INPUT_OBJECT
IsCloudClusterDiskUpgradeAvailableInput
Description
Disk upgrade request for a cloud cluster.
link GraphQL Schema definition
- input IsCloudClusterDiskUpgradeAvailableInput {
- # Customer cloud account UUID.
- UUID! :
- # Cloud vendor type.
- CcpVendorType! :
- # Cloud cluster UUID.
- UUID! :
- # Size of the batch for migrating the old configuration nodes to new configuration
- # nodes.
- Int :
- # The total count of nodes after migration. This is applicable only when switching
- # the instance type.
- Int :
- }