Web Services Interface Guide

174 Dell Lifecycle Controller Web Services Interface Guide for Windows
PendingAssignedSequence = 0
PendingEnabledStatus = 1
DCIM_BootSourceSetting
BIOSBootString = Hard drive C: BootSeq
BootString = Hard drive C: BootSeq
CurrentAssignedSequence = 1
CurrentEnabledStatus = 1
ElementName = Hard drive C: BootSeq
FailThroughSupported = 1
InstanceID = IPL:HardDisk.List.1-1:c9203080df84781e2ca3d512883dee6f
PendingAssignedSequence = 1
PendingEnabledStatus = 1
.
.
.
14.4 Changing the Boot Order by InstanceID-
ChangeBootOrderByInstanceID()
The ChangeBootOrderByInstanceID() method is called to change the boot order of boot sources within a
configuration. The method’s input parameter, source, is an ordered array of InstanceIDs of
BootSourceSetting instances.
The CurrentAssignedSequence attribute of each instance, from Section 14.3, defines the instance’s place
in the zero based indexed boot sequence. Note: In order for the changes to be applied, the
CreateTargetedConfigJob() method in Section 17.7 must be executed.
Invoke ChangeBootOrderByInstanceID() with the following parameters and syntax:
[INSTANCE ID]: Obtained from the BootSourceSetting Class enumeration, this example uses the field IPL
source: Reference to the InstanceID attribute from Section 14.3
EXAMPLE: