INPUT_OBJECT
MigrateCloudClusterDisksInput
Description
Disk migration request for a cloud cluster.
link GraphQL Schema definition
- input MigrateCloudClusterDisksInput {
- # Size of the batch for migrating the old configuration nodes to new configuration
- # nodes.
- : Int
- # Customer cloud account UUID.
- : UUID!
- # Cluster UUID.
- : UUID!
- # Specifies whether new nodes must be extra dense.
- : Boolean
- # Instance type enum value for the choosen cloud vendor.
- : Int
- # The total count of nodes after migration. This is applicable only when switching
- # the instance type.
- : Int
- # Cloud vendor type.
- : CcpVendorType!
- }