VsanHostMembershipInfo

VsanHostMembershipInfo
VsanHostMembershipInfo

The VsanHostMembershipInfo data object contains VSAN cluster membership information for a single host, as observed from a given host.

This data object is used to represent read-only state whose values may change during operation.

See also vsanRuntimeInfo.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "nodeUuid": "string",
    "hostname": "string"
}
string
nodeUuid
Required

VSAN node UUID for the host of this MembershipInfo.

See also nodeUuid.

string
hostname
Required

Hostname for the host of this MembershipInfo.

May be the empty string "" if the hostname is unavailable.