VsanClusterHciMeshDitEncryptionHealthSummary

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

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

The overall HCI Mesh data-in-transit encryption health state.

See also VsanHealthStatusTypeEnum.

hostClientClusterSummary
Optional

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.

hostServerClusterSummary
Optional

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.

serverClusterSummary
Optional

The list of HCI Mesh data-in-transit encryption health summary between this cluster and all the peer server clusters that this cluster mounts.