White Papers

Version 1.3.0 53
625
8.5 DCIM_BIOSService.DeletePendingConfiguration()
626
The DeletePendingConfiguration( ) method is used to cancel the pending values created by the
627
SetAttribute and SetAttributes methods. The DeletePendingConfiguration() method cancels the pending
628
configuration changes made before the configuration job is created with CreateTargetedConfigJob(). This
629
method only operates on the pending changes prior to CreateTargetedConfigJob() being called. After the
630
configuration job is created, use the DeleteJobQueue() method in the Job Control profile to cancel the
631
pending changes.
632
Return code values for the DeletePendingConfiguration( ) method are specified in Table 52, and
633
parameters are specified in Table 53.
634
Table 52 DeletePendingConfiguration() Method: Return Code Values
635
Value
Description
0
Completed with no error
2
Failed
Table 53 DeletePendingConfiguration() Method: Parameters
636
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the BIOS
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
Table 54 DeletePendingConfiguration() Method: Standard Messages
637
MessageID (OUT parameter)
Message
MessageArguments[]
BIOS001
The command was successful
BIOS002
Resource allocation failure
BIOS003
Missing required parameter
BIOS004
Invalid parameter value for
<parameter name>
Parameter
BIOS011
Configuration job already created,
pending data cannot be deleted
BIOS012
No pending data present to delete
BIOS017
Unable to delete vFlash pending one-
time boot configuration
LC062
An instance of Export or Import
System Configuration is already
running.
638
8.6 DCIM_BootConfigSetting.ChangeBootSourceState()
639
The ChangeBootSourceState() method is used change the enabled or disabled state of a single or
640
multiple boot devices.
641