Users Guide
• The CreateTargetedConfigJob() method is used to apply the pending values created by the SetAttribute and
SetAttributes methods. After the method is successfully executed, a job is created to apply the pending attribute
values.
NOTE: Subsequent calls to the CreateTargetedConfigJob() method after the first CreateTargetedConfigJob()
method results in an error until the first job is completed. If you invoke the CreateTargetedConfigJob() method
multiple times, older requests are overwritten or lost.
• The DeletePendingConfiguration() method cancels the pending configuration (created using the SetAttribute
and SetAttributes methods) changes made before the configuration job is created with
CreateTargetedConfigJob().
BIOS and Boot Management Profile
The following table lists the classes, functions, operations, and methods under the BIOS and Boot Management profile.
Table 30. . BIOS and Boot Management Profile
Class Name Functions Operations Methods
BIOS Management
DCIM_BIOSService Use this central class to
modify the BIOS attributes.
Get Enumerate Invoke See BIOS and Boot
Management Methods
DCIM_BIOSEnumeration Use this sub-class to display
the properties of BIOS
enumeration instances.
Get Enumerate SetAttribute() SetAttributes()
DCIM_BIOSInteger Use this sub-class to display
the properties of BIOS string
instances.
Get Enumerate SetAttributte() SetAttributes()
DCIM_BIOSString Use this sub-class to display
the properties of BIOS
integer instances.
Get Enumerate SetAttributte() SetAttributes()
DCIM_BIOSPassword Use this sub-class to
manage the BIOS
passwords.
Get Enumerate ChangePassword()
DCIM_BootConfigSetting This class has the following
boot list instances:
• IPL
• BCV
• UEFI
• vFlash
• OneTime
Get Enumerate Invoke ChangeBootSourceState()
ChangeBootOrderByInstanc
eID()
Boot Management
DCIM_BootSourceSettin
g
Use this class to change the
boot source and the boot
order of the related devices.
Get Enumerate NA
84