VsanHostHciMeshDitEncryptionHealthSummary
This class defines the HCI Mesh data-in-transit encryption health summary for a host.
It includes the HCI Mesh data-in-transit encryption health summary of all the peer client clusters that mount this cluster if this cluster acts as a server cluster, or all the peer server clusters that this cluster mounts if this cluster acts as a client cluster.
This structure may be used only with operations rendered under /vsan.
{
"_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"
]
}
]
}
The host name.
The UUID of the cluster where the host is in.
The name of the cluster where the host is in.
The vCenter that owns the cluster where the host is in.
If the vCenter that owns the host cluster is local.
If the host is capable of HCI Mesh data-in-transit encryption.
The health summary of all the peer client or server clusters.