DiskMigrationParams#

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

Bases: object

Specifies the disks of a VM for migration and the migration plan for them. If all the disks of a VM need to migrated to the same storage container, only a single migration plan with only the external Id of 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)

property migrate_disks#
Type:

MigrationPlans | AllDisksMigrationPlan

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model