HostSevInfo

HostSevInfo
HostSevInfo

Since: vSphere API Release 7.0.1.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "sevState": "string",
    "maxSevEsGuests": 0,
    "snpState": "string",
    "snpSupported": false
}
string
sevState
Required

State of SEV on the host.

The set of supported values are described in HostSevInfoSevStateEnum.

integer As int64 As int64
maxSevEsGuests
Required

The maximum number of SEV-ES and SEV-SNP guests supported on this host.

string
snpState
Optional

State of SEV-SNP (SEV Secure Nested Paging) on the host.

The supported values are described in HostSevInfoSevStateEnum.

Since: vSphere API Release 9.0.0.0

boolean
snpSupported
Optional

SEV-SNP (SEV Secure Nested Paging) supported

Since: vSphere API Release 9.0.0.0