NodeDeploymentSpec
The NodeDeploymentSpec class defines location specification of the nodes the VCHA Cluster along with Management vCenter Server information that manages node VM.
{
"_typeName": "string",
"esxHost": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"publicNetworkPortGroup": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"clusterNetworkPortGroup": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"folder": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"resourcePool": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"managementVc": {
"_typeName": "string",
"instanceUuid": "string",
"url": "string",
"credential": {
"_typeName": "string"
},
"sslThumbprint": "string"
},
"nodeName": "string",
"ipSettings": {
"_typeName": "string",
"ip": {
"_typeName": "string"
},
"subnetMask": "string",
"gateway": [
"string"
],
"ipV6Spec": {
"_typeName": "string",
"ip": [
{
"_typeName": "string"
}
],
"gateway": [
"string"
]
},
"dnsServerList": [
"string"
],
"dnsDomain": "string",
"primaryWINS": "string",
"secondaryWINS": "string",
"netBIOS": "string"
}
}
Reference to an instance of the Network managed object.
Reference to an instance of the Network managed object.
Reference to an instance of the ResourcePool managed object.
This data object type specifies the information of a service endpoint as well as the parameters needed to locate and login to to the service endpoint.
nodeName here refers to a name that will be assigned to the VM to which this node will be deployed to.