VsanPerfMemberInfo

VsanPerfMemberInfo
VsanPerfMemberInfo

Information about a cluster member, like its SSL certificate thumbprint.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "thumbprint": "string",
    "thumbprintList": [
        {
            "_typeName": "string",
            "thumbprint": "string",
            "hashAlgorithm": "string"
        }
    ],
    "memberUuid": "string",
    "isSupportUnicast": false,
    "unicastAddressInfos": [
        {
            "_typeName": "string",
            "address": "string",
            "port": 0,
            "nicType": "string"
        }
    ],
    "hostname": "string"
}
string
thumbprint
Required

SSL certificate thumbprint (SHA1 hash of binary certificate string)

thumbprintList
Optional

A list of SSL certificate thumbprints with supported secure hashing algorithms.

See VirtualMachineCertThumbprint

string
memberUuid
Optional

UUID of the cluster member.

boolean
isSupportUnicast
Optional

vSAN software format version of the cluster member.

unicastAddressInfos
Optional

Unicast configuration of the cluster member.

string
hostname
Optional

The hostname of the cluster member.