VolumeDiskRecoveryPointReference#

class VolumeDiskRecoveryPointReference(disk_recovery_point_ext_id=None, volume_group_recovery_point_ext_id=None, *args, **kwargs)#

Bases: object

Reference to a disk Recovery Point of a Volume disk.

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

  • volume_group_recovery_point_ext_id – (volume_group_recovery_point_ext_id) The external identifier of the Volume Group Recovery Point. It should be of type UUID.

property disk_recovery_point_ext_id#

An external identifier of the Volume disk Recovery Point. 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 volume_group_recovery_point_ext_id#

The external identifier of the Volume Group Recovery Point. It should be of type UUID.

Type:

str