vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostSgxInfo(vim.host.SgxInfo)
- Property of
- HostHardwareInfo
- Extends
- DynamicData
- See also
- HostSgxRegistrationInfo
- Since
- vSphere API Release 7.0
Data Object Description
Data object describing the Software Guard Extension (SGX) configuration on the ESXi host.Properties
Name | Type | Description |
---|---|---|
flcMode | xsd:string |
FLC mode of the host. The set of supported values are
described in FlcModes.
|
lePubKeyHash* | xsd:string |
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* | HostSgxRegistrationInfo |
Since vSphere API Release 8.0.0.1 |
sgxState | xsd:string |
SGX state of the host. The set of supported values are described
in SgxStates.
|
totalEpcMemory | xsd:long |
Size of physical EPC in bytes.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |