ADSFDiskMigrationPlan#
- class ADSFDiskMigrationPlan(storage_container=None, vm_disks=None, *args, **kwargs)#
Bases:
object
The disk migration plan defines how disks are migrated.
- Parameters:
storage_container – (
storage_container
)vm_disks – (
vm_disks
) The disks included in the migration plan.
- property storage_container#
- Type:
- 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
]