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)
array of
VirtualMachineCertThumbprint
thumbprintList
Optional
A list of SSL certificate thumbprints with supported secure hashing algorithms.
string
memberUuid
Optional
UUID of the cluster member.
boolean
isSupportUnicast
Optional
vSAN software format version of the cluster member.
array of
VsanUnicastAddressInfo
unicastAddressInfos
Optional
Unicast configuration of the cluster member.
string
hostname
Optional
The hostname of the cluster member.