VsanHostHciMeshDitEncryptionHealth

VsanHostHciMeshDitEncryptionHealth
VsanHostHciMeshDitEncryptionHealth

This class defines the HCI Mesh data-in-transit encryption health summary for a host's certain peer client cluster that mounts this cluster if this cluster acts as a server cluster, or peer server cluster 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",
    "clusterUuid": "string",
    "clusterName": "string",
    "ownerVc": "string",
    "isLocalOwnerVc": false,
    "health": "string",
    "issues": [
        "string"
    ]
}
string
clusterUuid
Required

The peer client or server cluster UUID.

string
clusterName
Required

The peer client or server cluster name.

string
ownerVc
Optional

The vCenter that owns the peer client or server cluster.

boolean
isLocalOwnerVc
Optional

If the owner vCenter is local.

string
health
Required

The health status.

See also VsanHealthStatusTypeEnum.

array of string
issues
Optional

The health issues.