HostRuntimeInfoStateEncryptionInfo

HostRuntimeInfoStateEncryptionInfo
HostRuntimeInfoStateEncryptionInfo

This data type describes the host's persistent state encryption.

Since: vSphere API Release 7.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "protectionMode": "string",
    "requireSecureBoot": false,
    "requireExecInstalledOnly": false
}
string
protectionMode
Required

The state encryption key protection mode.

The host state is encrypted with a key that is protected using one of the modes specified by HostRuntimeInfoStateEncryptionInfoProtectionModeEnum.

boolean
requireSecureBoot
Optional

Indicates if UEFI Secure Boot must be enabled in order for the state encryption key to be accessible.

boolean
requireExecInstalledOnly
Optional

Indicates if the "execInstalledOnly" enforcement must be active for the state encryption key to be accessible.

Availability
Added in vSphere API Release 7.0.3.0