VsanServerHostUnicastInfo
VsanServerHostUnicastInfo
Unicast information of a host in server cluster.
Server cluster owns the datastore which is mounted by this host.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"hostUuid": "string",
"nodeType": "string",
"unicastSpec": [
{
"_typeName": "string",
"address": "string",
"port": 0,
"nicType": "string"
}
]
}
string
hostUuid
Required
Server host UUID.
string
nodeType
Optional
Server node type to differentiate data nodes from witness and metadata nodes.
See also ServerNodeTypeEnum.
array of
VsanUnicastAddressInfo
unicastSpec
Optional
The list of unicast information for the host in a server cluster.