Ovf_LibraryItem_VmConfigSpec

Ovf_LibraryItem_VmConfigSpec
Ovf_LibraryItem_VmConfigSpec

The LibraryItem.VmConfigSpec defines the optional virtual machine configuration settings used when deploying an OVF template. When used, the OVF descriptor acts as a disk descriptor.

JSON Example
{
    "provider": "string",
    "xml": "string"
}
provider
Required

The LibraryItem.VmConfigSpecProvider is used to provide the optional LibraryItem.VmConfigSpec used when deploying an OVF template.
XML : A vim.vm.ConfigSpec that has been serialized to XML and base64 encoded.

string
xml
Optional

The LibraryItem.VmConfigSpec.xml is a conditional configuration made available upon selecting the XML. It is used to pass in a vim.vm.ConfigSpec for a virtual machine that has been serialized to XML and base64 encoded. This field is optional and it is only relevant when the value of LibraryItem.VmConfigSpec.provider is XML.