vSAN Management API


Enum - VsanHciMeshDitEncryptionIssue(vim.cluster.VsanHciMeshDitEncryptionIssue)

Since
9.1.0.0


Enum Description

The vSAN HCI Mesh data-in-transit encryption health issue enumeration.

Enum Constants

NameDescription
clientHciMeshDitEncIsEnabledButTheServerIsNot This cluster(as the client cluster) has enabled HCI Mesh data-in-transit encryption for the peer server cluster, but the peer server cluster has not.
clientHostIncapable This cluster(as the client cluster) host is incapable of HCI Mesh data-in-transit encryption.
clusterClientHciMeshDitEncIsEnabledButTheHostIsNot The peer server cluster has enabled HCI Mesh data-in-transit encryption for the this cluster (as the client cluster), but the peer server cluster host has not.
clusterServerHciMeshDitEncIsEnabledButTheHostIsNot This cluster(as the client cluster) has enabled HCI Mesh data-in-transit encryption for the peer server cluster, but the host in this cluster has not.
hostClientHciMeshDitEncIsEnabledButTheClusterIsNot The peer server cluster host has enabled HCI Mesh data-in-transit encryption for this cluster (as the client cluster), but the peer server cluster has not.
hostClientHciMeshDitEncStateIsNotSettled The peer server cluster host HCI Mesh data-in-transit encryption is not in "settled" state for this cluster(as the client cluster).
hostHasDifferentServerHciMeshDitEncRekeyInterval The host in this cluster(as the client cluster) HCI Mesh data-in-transit encryption configuration "rekey interval" is inconsistent with this cluster configuration for the peer server cluster.
hostHasNoHciMeshDitEncConfigForTheClientCluster The peer server cluster host doesn't have HCI Mesh data-in-transit encryption configuration for this cluster(as the client cluster).
hostHasNoHciMeshDitEncConfigForTheServerCluster This cluster(as the client cluster) host doesn't have HCI Mesh data-in-transit encryption configuration for the peer server cluster.
hostServerHciMeshDitEncIsEnabledButTheClusterIsNot The host in this cluster(as the client cluster) has enabled HCI Mesh data-in-transit encryption for the peer server cluster, but this cluster has not.
hostServerHciMeshDitEncIsNotInSettledState The host in this cluster(as the client cluster) HCI Mesh data-in-transit encryption is not in "settled" state for the peer server cluster.
serverHciMeshDitEncIsEnabledButTheClientIsNot The peer server cluster has enabled HCI Mesh data-in-transit encryption for this cluster(as the server cluster), but this cluster has not.
serverHciMeshDitEncIsNotSettled The peer server cluster HCI Mesh data-in-transit encryption is not in "settled" state.
serverHostIncapable The peer server cluster host is incapable of HCI Mesh data-in-transit encryption.
VsanHciMeshDitEncryptionIssue_Unknown Unknown issue.

Show WSDL type definition