DiskMigrationParams#

class DiskMigrationParams(migrate_disks=None, *args, **kwargs)#

Bases: object

Specifies the VmDisks of a VM for migration and the migration plan for them. If all the disks of a VM need to be migrated to the same storage container, only a single migration plan with only the external ID of the destination storage container is needed. If the disks are being migrated to different containers, one plan per disk needs to be specified.

Parameters:

migrate_disks – (migrate_disks) Specifies the VmDisks of a VM for migration and the migration plan for them. If all the disks of a VM need to be migrated to the same storage container, only a single migration plan with only the external ID of the destination storage container is needed. If the disks are being migrated to different containers, one plan per disk needs to be specified.

property migrate_disks#

Specifies the VmDisks of a VM for migration and the migration plan for them. If all the disks of a VM need to be migrated to the same storage container, only a single migration plan with only the external ID of the destination storage container is needed. If the disks are being migrated to different containers, one plan per disk needs to be specified.

Type:

MigrationPlans | AllDisksMigrationPlan

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model