vcenter ovf export session: source info

The source_info structure specifies either a virtual machine or a virtual appliance.

Representation:

{
    "vm_id""obj-103",
    "vapp_id""obj-103"
}

Attributes:

Name Type Description
Optional
vapp_id string The identifier of the virtual appliance to export.

Optional. It is not required if vcenter.ovf.export_session.source_info.vm_id is specified.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualApp. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualApp.

vm_id string The identifier of the virtual machine to export.

Optional. It is not required if vcenter.ovf.export_session.source_info.vapp_id is specified.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine.