Vcha_Cluster_WitnessSpec
Vcha_Cluster_WitnessSpec
The Cluster.WitnessSpec structure contains the deploy specification for the Witness Node of the VCHA cluster.
JSON Example
{
"placement": {
"name": "string",
"folder": "string",
"host": "string",
"resource_pool": "string",
"ha_network_type": "string",
"ha_network": "string",
"management_network_type": "string",
"management_network": "string",
"storage": {
"datastore": "string"
}
},
"ha_ip": {
"ip_family": "string",
"ipv4": {
"address": "string",
"subnet_mask": "string",
"prefix": 0
},
"ipv6": {
"address": "string",
"prefix": 0
},
"default_gateway": "string",
"dns_servers": [
"string"
]
}
}
placement
Optional
The PlacementSpec structure contains information to describe the inventory placement of a single node of a VCHA cluster.
ha_ip
Required
The IpSpec structure contains IP information used to configure a network interface.