Nsx_Deployment_Install_InstallSpec

Nsx_Deployment_Install_InstallSpec
Nsx_Deployment_Install_InstallSpec

The Install.InstallSpec contains the inputs related to appliance deployment operation. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

JSON Example
{
    "placement": {
        "cluster": "string",
        "cluster_name": "string",
        "network": "string",
        "network_name": "string",
        "datastore": "string",
        "datastore_name": "string"
    },
    "appliance": {
        "name": "string",
        "size": "string",
        "root_password": "string",
        "thin": false,
        "network": {
            "ip": "string",
            "hostname": "string",
            "subnet": "string",
            "gateway": "string",
            "dns_servers": [
                "string"
            ]
        }
    },
    "policy": "string"
}
placement
Required

The PlacementSpec structure contains information to describe the inventory placement of an appliance. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

appliance
Required

The ApplianceSpec contains the inputs related to appliance deployment operation. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string
policy
Optional

Spec which describes configuration of the new NSX appliance to be deployed. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, default storage policy will be set. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy.