White Papers

Version 1.1.0 35
Qualifiers
Name
Type
Description/Values
IN, REQ
PasswordType
Uint16
Password Type. 1 System Password 2-
Setup Password
IN, REQ
OldPassword
string
Old Password null or string
IN, REQ
NewPassword
string
New Password null or string
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
470
471
8.6 DCIM_BootConfigSetting.ChangeBootSourceState() 472
The ChangeBootSourceState( ) method is used change the enabled/disabled state of a single or multiple 473
boot devices. 474
The successful invocation of the ChangeBootSourceState( ) method shall change the boot sources state 475
and affect DCIM_BootSourceSetting.PendingEnabledStatus properties. Upon the successful invocation, 476
the DCIM_BootSourceSetting.PendingEnabledStatus shall have the value specified by the EnabledState 477
parameter for the DCIM_BootSourceSetting instances with the InstanceID property matching the 478
InstanceID parameter value(s). 479
Upon the successful completion of the returned job, the CurrentEnabledStatus shall have the same value 480
as the PendingEnabledStatus. 481
Return code values for the ChangeBootSourceState( ) method are specified in Table 29 and parameters 482
are specified in Table 30. Invoking the ChangeBootSourceState( ) method multiple times can result in the 483
earlier requests being overwritten or lost. 484
Table 29 ChangeBootSourceState() Method: Return Code Values 485
Value
Description
0
Completed with no error
1
Not supported
2
Failed
4096
Job Created
Table 30 ChangeBootSourceState() Method: Parameters 486
Qualifiers
Name
Type
Description/Values
IN, REQ
EnabledState
String
Shall contain the requested state for the boot device.
IN, REQ
source[]
String
Shall contain the InstanceID value(s) for
DCIM_BootSourceSetting instances to be affected.
OUT
Job
CIM_Concrete
Job REF
Reference to the newly created pending value application
job.
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments