VmConfigSpec
vApp related configuration of a VM.
{
"_typeName": "string",
"product": [
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"info": {
"_typeName": "string",
"key": 0,
"classId": "string",
"instanceId": "string",
"name": "string",
"vendor": "string",
"version": "string",
"fullVersion": "string",
"vendorUrl": "string",
"productUrl": "string",
"appUrl": "string"
}
}
],
"property": [
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"info": {
"_typeName": "string",
"key": 0,
"classId": "string",
"instanceId": "string",
"id": "string",
"category": "string",
"label": "string",
"type": "string",
"typeReference": "string",
"userConfigurable": false,
"defaultValue": "string",
"value": "string",
"description": "string"
}
}
],
"ipAssignment": {
"_typeName": "string",
"supportedAllocationScheme": [
"string"
],
"ipAllocationPolicy": "string",
"supportedIpProtocol": [
"string"
],
"ipProtocol": "string"
},
"eula": [
"string"
],
"ovfSection": [
{
"_typeName": "string",
"operation": "string",
"removeKey": {
"_typeName": "string"
},
"info": {
"_typeName": "string",
"key": 0,
"namespace": "string",
"type": "string",
"atEnvelopeLevel": false,
"contents": "string"
}
}
],
"ovfEnvironmentTransport": [
"string"
],
"installBootRequired": false,
"installBootStopDelay": 0
}
Information about the product.
Reconfigure privilege: VApp.ApplicationConfig
List of properties.
Adding and editing properties requires various privileges depending on which fields are affected. See VAppPropertyInfo for details.
Deleting properties requires the privilege VApp.ApplicationConfig.
IP assignment policy and DHCP support configuration.
Reconfigure privilege: See VAppIPAssignmentInfo
End User Liceses Agreements.
If this list is set, it replaces all exiting licenses. An empty list will not make any changes to installed licenses. A list with a single element {""} will remove all licenses and leave an empty list.
Reconfigure privilege: VApp.ApplicationConfig
List of uninterpreted OVF meta-data sections.
Reconfigure privilege: VApp.ApplicationConfig
List the transports to use for properties.
Supported values are: iso and com.vmware.guestInfo.
If this list is set, it replaces all exiting entries. An empty list will not make any changes. A list with a single element {""} will clear the list of transports.
Reconfigure privilege: VApp.ApplicationConfig
If this is on a VirtualMachine object, it specifies whether the VM needs an initial boot before the deployment is complete.
If this is on a vApp object, it indicates than one or more VMs needs an initial reboot. This flag is automatically reset once the reboot has happened.
Reconfigure privilege: VApp.ApplicationConfig
Specifies the delay in seconds to wait for the VM to power off after the initial boot (used only if installBootRequired is true).
A value of 0 means wait forever.
Reconfigure privilege: VApp.ApplicationConfig