HostSgxRegistrationInfo
Data object describing SGX host registration information.
Since: vSphere API Release 8.0.0.1
{
"_typeName": "string",
"status": "string",
"biosError": 0,
"registrationUrl": "string",
"type": "string",
"ppid": "string",
"lastRegisteredTime": "string"
}
SGX host registration status.
Valid values come from HostSgxRegistrationInfoRegistrationStatusEnum enum. Set, except in case of an internal error.
BIOS error related to SGX host registration.
Set only if SGX registration status is incomplete.
SGX host registration URL.
Unset if SGX registration status is not applicable or in case of an internal error.
SGX host registration type.
Valid values come from HostSgxRegistrationInfoRegistrationTypeEnum enum. Unset if SGX registration status is not applicable, complete, or in case of an internal error.
Platform Provisioning ID (PPID).
Hex-encoded representation of the the PPID (Platform Provisioning ID), returned as the response to a successful registration request. This field is populated only on the vCenter through which the host has been registered.
Timestamp of last successful registration from this vCenter.