REST API - extra_config
com.vmware.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.
- Representations:
-
{
"key": "string",
"value": "string",
"virtual_system_id": "string"
}<?xml version="1.0" ?>
<ns0:ExtraConfig xmlns:ns0="http://vmware.com/vcenter/ovf" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<virtual_system_id>string</virtual_system_id>
<value>string</value>
<key>string</key>
</ns0:ExtraConfig> - Attributes:
-
Name Type Required Description key string Create, Read The key of the ExtraConfig element. value string Create, Read The value of the ExtraConfig element. virtual_system_id string Read The identifier of the virtual system containing the vmw:ExtraConfig element.
Copyright © 2014. All Rights Reserved.