INPUT_OBJECT
MigrateCloudClusterDisksInput
Description
Disk migration request for a cloud cluster.
link GraphQL Schema definition
- input MigrateCloudClusterDisksInput {
- # Customer cloud account UUID.
- UUID! :
- # Cloud vendor type.
- CcpVendorType! :
- # 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 :
- }