VsanClusterHciMeshDitEncryptionHealthSummary
This class defines the HCI Mesh data-in-transit encryption health summary for a cluster.
This structure may be used only with operations rendered under /vsan.
{
"_typeName": "string",
"overallHealth": "string",
"hostClientClusterSummary": [
{
"_typeName": "string",
"hostname": "string",
"clusterUuid": "string",
"clusterName": "string",
"ownerVc": "string",
"isLocalOwnerVc": false,
"capable": false,
"clusterHealths": [
{
"_typeName": "string",
"clusterUuid": "string",
"clusterName": "string",
"ownerVc": "string",
"isLocalOwnerVc": false,
"health": "string",
"issues": [
"string"
]
}
]
}
],
"hostServerClusterSummary": [
{
"_typeName": "string",
"hostname": "string",
"clusterUuid": "string",
"clusterName": "string",
"ownerVc": "string",
"isLocalOwnerVc": false,
"capable": false,
"clusterHealths": [
{
"_typeName": "string",
"clusterUuid": "string",
"clusterName": "string",
"ownerVc": "string",
"isLocalOwnerVc": false,
"health": "string",
"issues": [
"string"
]
}
]
}
],
"serverClusterSummary": [
{
"_typeName": "string",
"clusterUuid": "string",
"clusterName": "string",
"ownerVc": "string",
"isLocalOwnerVc": false,
"health": "string",
"issues": [
"string"
]
}
]
}
The overall HCI Mesh data-in-transit encryption health state.
See also VsanHealthStatusTypeEnum.
The list of this cluster's all hosts' HCI Mesh data-in-transit encryption health summary for all the peer client clusters that mount this cluster.
The list of this cluster's all hosts' HCI Mesh data-in-transit encryption health summary for all the peer server clusters that this cluster mount.
The list of HCI Mesh data-in-transit encryption health summary between this cluster and all the peer server clusters that this cluster mounts.