HostSgxRegistrationInfo

HostSgxRegistrationInfo
HostSgxRegistrationInfo

Data object describing SGX host registration information.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "status": "string",
    "biosError": 0,
    "registrationUrl": "string",
    "type": "string",
    "ppid": "string",
    "lastRegisteredTime": "string"
}
string
status
Optional

SGX host registration status.

Valid values come from HostSgxRegistrationInfoRegistrationStatusEnum enum. Set, except in case of an internal error.

integer As int32 As int32
biosError
Optional

BIOS error related to SGX host registration.

Set only if SGX registration status is incomplete.

string
registrationUrl
Optional

SGX host registration URL.

Unset if SGX registration status is not applicable or in case of an internal error.

string
type
Optional

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.

string
ppid
Optional

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.

string As date-time As date-time
lastRegisteredTime
Optional

Timestamp of last successful registration from this vCenter.

Availability
Added in vSphere API Release 8.0.0.1