VolumeDiskReference#

class VolumeDiskReference(disk_ext_id=None, volume_group_ext_id=None, *args, **kwargs)#

Bases: object

Reference to a Volume Disk.

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

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

property disk_ext_id#

An external identifier of the Volume 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 volume_group_ext_id#

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

Type:

str