HP OneView REST API Reference
server-hardware-types
server-hardware-types.html[10/17/2013 10:35:25 AM]
type: description: Type of a BIOS setting. The type serves to specify what values can
be assigned to the setting. Settings of type 'String' accept ASCII
string values, while settings of type 'Option' accept any of the listed
options.
readonly: true
enum: String
Option
Number
type: string
options: description: The list of avaliable options for a setting. This list is only
available for settings of type 'Option'. See 'type' for more
details.
readonly: true
type: array
Items
name: description: The localized name that describes the option.
readonly: true
type: string
optionLinks: description: A list of links between the options for
different settings. A link can specify a
particular option to be set automatically in
another BIOS Setting (e.g. set USB 2.0
Controller to Disabled if USB Disabled
chosen), it can specify one to avoid (e.g.
avoid COM1 choice for Virtual Serial Port
if it is chosen for Embedded Serial Port),
or it can specify one of a set of composed
options, emulating the Intelligent
Provisioning Quick Configs settings that
control policy for performance versus
power usage. See the HP ROM-Based
Setup Utility User Guide for more
information on Intelligent Provisioning
Quick Configs.
readonly: true
type: array
Items
action: description: The action to be performed
in the linked setting option.
Avoid means the option
should be avoided. Set
means the option should be
selected. Composes means
the option should be
selected. This action
enables desired 'canned'
combinations of options to
be set for a group of settings
by a single, higher level
setting.
readonly: true
enum: Avoid
Composes