VirtualMachineSgxInfo
This data object describes the virtual software guard extension (vSGX) configuration of this virtual machine.
{
"_typeName": "string",
"epcSize": 0,
"flcMode": "string",
"lePubKeyHash": "string",
"requireAttestation": false
}
Size of vEPC, in megabytes.
FLC mode for the virtual machine.
The set of possible values are described in VirtualMachineSgxInfoFlcModesEnum. If no value is specified, then "unlocked" will be used.
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 hash must only be provided when the launch enclave mode is "locked", for the other cases the hash is ignored.
Indicates whether or not a virtual machine requires remote attestation.
Since: vSphere API Release 8.0.0.1