WitnessNodeInfo
WitnessNodeInfo
The WitnessNodeInfo class defines configuration information for the Witness node in the cluster
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "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"
},
"biosUuid": "string"
}
ipSettings
Required
VCHA Cluster network configuration of the Witness node.
string
biosUuid
Optional
BIOS UUID for the node.
It is set only if the VCHA Cluster was formed using automatic provisioning by the deploy API.