ADSFDiskMigrationPlan#

class ADSFDiskMigrationPlan(storage_container=None, vm_disks=None, *args, **kwargs)#

Bases: object

The disk migration plan defines how disks are migrated.

Parameters:
property storage_container#
Type:

VmDiskContainerReference

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property vm_disks#

The disks included in the migration plan.

Type:

list[ MigrateDiskReference ]