VmConfigSpec

VmConfigSpec
VmConfigSpec

vApp related configuration of a VM.

AllOf
This class requires all of the following:
JSON Example
{
    "_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
}
product
Optional

Information about the product.

Reconfigure privilege: VApp.ApplicationConfig

property
Optional

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.

ipAssignment
Optional

IP assignment policy and DHCP support configuration.

Reconfigure privilege: See VAppIPAssignmentInfo

array of string
eula
Optional

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

ovfSection
Optional

List of uninterpreted OVF meta-data sections.

Reconfigure privilege: VApp.ApplicationConfig

array of string
ovfEnvironmentTransport
Optional

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

boolean
installBootRequired
Optional

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

integer As int32 As int32
installBootStopDelay
Optional

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