VirtualMachineSgxTargetInfo
VirtualMachineSgxTargetInfo
Description of Intel Software Guard Extensions information.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"name": "string",
"configurationTag": [
"string"
],
"maxEpcSize": 0,
"flcModes": [
"string"
],
"lePubKeyHashes": [
"string"
],
"requireAttestationSupported": false
}
integer As int64 As int64
maxEpcSize
Required
Maximum size, in bytes, of EPC available on the compute resource.
array of string
flcModes
Optional
FLC modes available in the compute resource.
The set of possible values are described in VirtualMachineSgxInfoFlcModesEnum.
array of string
lePubKeyHashes
Optional
Public key hashes of the provider launch enclaves available in the compute resource.
boolean
requireAttestationSupported
Optional
Whether the host/cluster supports requiring SGX remote attestation.
Since: vSphere API Release 8.0.0.1