vcenter ovf: extra config
The
extra_config
structure contains the information about a vmw:ExtraConfig element which can be used to specify configuration settings that are transferred directly to the .vmx
file. The behavior of the vmw:ExtraConfig element is similar to the extraConfig
property of the VirtualMachineConfigSpec
object in the VMware vSphere API. Thus, the same restrictions apply, such as you cannot set values that could otherwise be set with other properties in the VirtualMachineConfigSpec
object. See the VMware vSphere API reference for details on this. vmw:ExtraConfig elements may occur as direct child elements of a VirtualHardwareSection, or as child elements of individual virtual hardware items.
Representation:
{
"virtual_system_id" : "string",
"value" : "string",
"key" : "string"
}
"virtual_system_id" : "string",
"value" : "string",
"key" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
key | string | The key of the ExtraConfig element. Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. |
value | string | The value of the ExtraConfig element. Optional. This field must be provided in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. |
virtual_system_id | string | The identifier of the virtual system containing the vmw:ExtraConfig element. Optional. This field is not used in the input parameters when deploying an OVF package. This field will always be present in the result when retrieving information about an OVF package. |