VimClusterVSANWitnessHostInfo

VimClusterVSANWitnessHostInfo
VimClusterVSANWitnessHostInfo

Configurations of witness host of vSAN stretched cluster

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "nodeUuid": "string",
    "faultDomainName": "string",
    "preferredFdName": "string",
    "preferredFdUuid": "string",
    "unicastAgentAddr": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "metadataMode": false
}
string
nodeUuid
Required

vSAN UUID of witness host

string
faultDomainName
Optional

User friendly name of Fault Domain, which witness host resides in

string
preferredFdName
Optional

User friendly name of preferred Fault Domain configured in witness host.

string
preferredFdUuid
Optional

UUID of preferred Fault Domain configured in witness host.

string
unicastAgentAddr
Optional

IP address used by witness host, to communicate with data hosts in vSAN stretched cluster.

The IP protocol supports IPv4 and IPv6, and which protocol to take, is determined by concrete vSAN network configurations on all hosts of vSAN stretched cluster. If both protocols are supported by all hosts, IPv4 will be taken. This IP address is from the first discovered virtual adapter of witness host, which enables vSAN traffic and supports taken IP protocol.

host
Optional

ManagedEntity of witness host.

boolean
metadataMode
Optional

True to indicate the host is a metadata host as opposed to witness host.

Default to False if unset, meaning it is witness host. Metadata host is currently unsupported vSAN feature and it is not used for vSAN stretched cluster.