VmDiskRecoveryPointReference#

class VmDiskRecoveryPointReference(disk_recovery_point_ext_id=None, vm_recovery_point_ext_id=None, *args, **kwargs)#

Bases: object

Reference to a Disk Recovery Point of a VM disk.

Parameters:
  • disk_recovery_point_ext_id – (disk_recovery_point_ext_id) An external identifier of the Disk Recovery Point for a VM disk. It should be of type UUID.

  • vm_recovery_point_ext_id – (vm_recovery_point_ext_id) A globally unique identifier of a VM recovery point. It should be of type UUID.

property disk_recovery_point_ext_id#

An external identifier of the Disk Recovery Point for a VM disk. It should be of type UUID.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property vm_recovery_point_ext_id#

A globally unique identifier of a VM recovery point. It should be of type UUID.

Type:

str