MigrateDiskReference#

class MigrateDiskReference(disk_ext_id=None, disk_address=None, *args, **kwargs)[source]#

Bases: object

Reference to an existing VM disk that needs to be migrated.

Parameters:
  • disk_ext_id – (disk_ext_id) Globally unique identifier of a VM disk. It should be of type UUID.

  • disk_address – (disk_address)

property disk_address#
Type:

DiskAddress

property disk_ext_id#

Globally unique identifier of a VM disk. It should be of type UUID.

Type:

str

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model