HostSgxInfo
Data object describing the Software Guard Extension (SGX) configuration on the ESXi host.
{
"_typeName": "string",
"sgxState": "string",
"totalEpcMemory": 0,
"flcMode": "string",
"lePubKeyHash": "string",
"registrationInfo": {
"_typeName": "string",
"status": "string",
"biosError": 0,
"registrationUrl": "string",
"type": "string",
"ppid": "string",
"lastRegisteredTime": "string"
}
}
SGX state of the host.
The set of supported values are described in HostSgxInfoSgxStatesEnum.
Size of physical EPC in bytes.
FLC mode of the host.
The set of supported values are described in HostSgxInfoFlcModesEnum.
Public key hash of the provider launch enclave.
This is the SHA256 digest of the SIGSTRUCT.MODULUS(MR_SIGNER) of the provider launch enclave. This attribute is set only if attribute flcMode is locked.
Data object describing SGX host registration information.
Since: vSphere API Release 8.0.0.1