HostBootDeviceInfo
HostBootDeviceInfo
This data object represents the boot device information of the host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"bootDevices": [
{
"_typeName": "string",
"key": "string",
"description": "string"
}
],
"currentBootDeviceKey": "string"
}
string
currentBootDeviceKey
Optional
The key of the current boot device that the host is configured to boot.
This property is unset if the current boot device is disabled.