VsanHostHciMeshDitEncryptionHealthSummary

VsanHostHciMeshDitEncryptionHealthSummary
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
            ]
        }
    ]
}
string
hostname
Required

The host name.

string
clusterUuid
Required

The UUID of the cluster where the host is in.

string
clusterName
Required

The name of the cluster where the host is in.

string
ownerVc
Required

The vCenter that owns the cluster where the host is in.

boolean
isLocalOwnerVc
Optional

If the vCenter that owns the host cluster is local.

boolean
capable
Optional

If the host is capable of HCI Mesh data-in-transit encryption.

clusterHealths
Optional

The health summary of all the peer client or server clusters.