OvaVmSource#

class OvaVmSource(vm_ext_id=None, disk_file_format=None, *args, **kwargs)#

Bases: object

VM to export an OVA.

Parameters:
  • vm_ext_id (required) – (vm_ext_id) The identifier of a VM to be exported to an OVA.

  • disk_file_format (required) – (disk_file_format)

property disk_file_format#
Type:

OvaDiskFormat

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property vm_ext_id#

The identifier of a VM to be exported to an OVA.

Type:

str