EsxConfig

EsxConfig
EsxConfig
JSON Example
{
    "num_hosts": 0,
    "availability_zone": "string",
    "cluster_id": "string",
    "esxs": [
        "string"
    ]
}
integer As int32 As int32
num_hosts
Required

num_hosts

string
availability_zone
Optional

Availability zone where the hosts should be provisioned. (Can be specified only for privileged host operations).

string
cluster_id
Optional

An optional cluster id if the esxs operation has to be on a specific cluster.

array of string
esxs
Optional

An optional list of ESX IDs to remove.

Parameter To