White Papers
26 Version 1.0.2
Table 16 – Class: DCIM_BootSourceSetting
Properties and Methods Requirement Description
InstanceID Mandatory
The property value shall have prefix from Table 12
“DCIM_BootSourceSetting.InstanceID” column
followed by a unique id representing the boot
source.
For example:
UEFI:Disk.USBFront.2-
1:3156051d1529b8f4f88c99f54b895350 (boot source
belongs to UEFI bootlist)
IPL:NIC.Slot.4-
2:d0f2c6c736adb8c2238153293a0c026c (boot source
belongs to IPL bootlist)
BCV:RAID.Integrated.1-
1:b84a10539d2ccaca5e86b7de3cae08a8 (boot source
belongs to BCV bootlist)
BIOSBootString Mandatory Descriptive boot source name
BootString Mandatory Descriptive boot source name
PendingAssignedSequence Mandatory The value shall be set through the successful execution
of the ChangeBootOrderByInstanceID() method,
indicates the Pending Assigned Sequence of this
instance.
CurrentAssignedSequence Mandatory
The CurrentAssignedSequence attribute of this
instance defines its place in the zero based
indexed boot sequence.
PendingEnabledStatus Mandatory The value shall be set through the successful execution
of the ChangeBootSourceState () method, indicates
the Pending Enabled Status of this instance.
CurrentEnabledStatus Mandatory
The CurrentEnabledStatus attribute of this
instance identifies whether it is enabled or
disabled, if disabled this boot source will not be
attempted for boot while booting from the bootlist.
ElementName Mandatory
FailThroughSupported Mandatory An enumeration indicating the behavior when the
attempt to boot using the boot source fails (no media,
timeout).
The current values in the enumeration are:
0 = Unknown
1 = Is Supported
2 = Is Not Supported
A value of 1 (Is Supported) indicates that next boot
source the boot order is used.
A value of 2 (Is Not Supported) indicates that the boot
order is terminated and no other boot sources are
used.
7.3 Service for Method Invocations
7.3.1 DCIM_BIOSService