HostSgxInfo

HostSgxInfo
HostSgxInfo

Data object describing the Software Guard Extension (SGX) configuration on the ESXi host.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
    }
}
string
sgxState
Required

SGX state of the host.

The set of supported values are described in HostSgxInfoSgxStatesEnum.

integer As int64 As int64
totalEpcMemory
Required

Size of physical EPC in bytes.

string
flcMode
Required

FLC mode of the host.

The set of supported values are described in HostSgxInfoFlcModesEnum.

string
lePubKeyHash
Optional

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.

registrationInfo
Optional

Data object describing SGX host registration information.

Since: vSphere API Release 8.0.0.1