ArrayOfVsanPerfMemberInfo
ArrayOfVsanPerfMemberInfo
A boxed array of VsanPerfMemberInfo. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_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"
}
]
}