Data Object - VsanEncryptionHealthSummary(vim.host.VsanEncryptionHealthSummary)

Property of
VsanClusterEncryptionHealthSummary
Returned by
VsanHostQueryEncryptionHealthSummary
Extends
DynamicData
See also
LocalizedMethodFault, VsanDiskEncryptionHealth, VsanHostEncryptionInfo, VsanKmsHealth
Since
vSAN API 6.6

Data Object Description

Encryption related information and Key Management Server connection health check result on the host. The Key Management Server connection health check result indicates servers information and connection state from the host.

Properties

Name Type Description
aesniEnabled*xsd:boolean

The host CPU AES-NI instruction set enabled state. If AES-NI was disabled, the software encryption would be significantly slower than AES-NI.
diskResults*VsanDiskEncryptionHealth[]

Disk encryption health results on the host. This field can only be set from vCenter side. See VsanDiskEncryptionHealth.
encryptionInfo*VsanHostEncryptionInfo

Encryption information on the host, including encryption enablement state, Key Encryption Key id, Data Encryption generation number, servers certificate thumbprints, client certificate thumbprint, client key hash, Key Management Servers information. The encryption information on host will be used for checking consistency with the cluster configuration on vCenter side.
encryptionIssues*xsd:string[]

Host inconsistent encryption issues against cluster configuration. This field can only be set from vCenter side.
See VsanEncryptionIssue

error*LocalizedMethodFault

If error is set, it means that collection of encryption information failed on this host.
hostname*xsd:string

Hostname/IP of host which runs the encryption health check.
kmsHealth*VsanKmsHealth[]

Key Management Servers connection health check result on the host.
overallKmsHealthxsd:string

The overall KMS cluster health status on the ESXi host. All of possible value are "green", "red" and "yellow". "green": If all KMS health status are "green". "red": If all KMS health status is "red". "yellow": If at least one KMS health status is "green".
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition