HostBIOSInfo

HostBIOSInfo
HostBIOSInfo
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "biosVersion": "string",
    "releaseDate": "string",
    "vendor": "string",
    "majorRelease": 0,
    "minorRelease": 0,
    "firmwareMajorRelease": 0,
    "firmwareMinorRelease": 0,
    "firmwareType": "string"
}
string
biosVersion
Optional

The current BIOS version of the physical chassis

string As date-time As date-time
releaseDate
Optional

The release date for the BIOS.

string
vendor
Optional

The vendor for the BIOS.

integer As int32 As int32
majorRelease
Optional

BIOS Major Release

integer As int32 As int32
minorRelease
Optional

"BIOS Minor Release

integer As int32 As int32
firmwareMajorRelease
Optional

firmwareMajorRelease

integer As int32 As int32
firmwareMinorRelease
Optional

Embedded Controller Firmware Minor Release

string
firmwareType
Optional

Firmware Type of the host.

The set of supported values is described in HostBIOSInfoFirmwareTypeEnum

Since: vSphere API Release 8.0.2.0