VmSourceReference#

class VmSourceReference(entity_type=None, ext_id=None, *args, **kwargs)[source]#

Bases: object

Reference to an entity that the VM should be cloned or created from.

Parameters:
  • entity_type – (entity_type)

  • ext_id – (ext_id) Globally unique identifier of a VM. It should be of type UUID.

property entity_type#
Type:

VmSourceReferenceEntityType

property ext_id#

Globally unique identifier of a VM. 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