VmConfigInfo
VM Configuration.
{
"_typeName": "string",
"product": [
{
"_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",
"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",
"key": 0,
"namespace": "string",
"type": "string",
"atEnvelopeLevel": false,
"contents": "string"
}
],
"ovfEnvironmentTransport": [
"string"
],
"installBootRequired": false,
"installBootStopDelay": 0
}
IP assignment policy and DHCP support configuration.
End User Liceses Agreements.
List the transports to use for properties.
Supported values are: iso and com.vmware.guestInfo.
Specifies whether the VM needs an initial boot before the deployment is complete.
Not relevant for vApps. This means that the value is always false when reading the configuration and is ignored when setting the configuration.
If a vApp requires an install boot (because one of its VMs does), this is visible on the installBootRequired field of the vApp.
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.
Not relevant for vApps. This means that the value is always false when reading the configuration and is ignored when setting the configuration.