White Papers

18 Version 1.0.0
10.1 DCIM_LCAttribute
DCIM_LCAttribute is a trivial derivation of CIM_BIOSAttribute. The CIM_BIOSAttribute class is
implemented to represent all LC attributes. Table21 contains the element requirements for this class.
Table 19 Class: DCIM_LCAttribute
Properties
Notes
Description
InstanceID
Mandatory
Key: This element shall specify the unique identifier for an
instance of this class within the Implementation
namespace.
AttributeName
Mandatory
CurrentValue
Mandatory
Current value of this attribute
DefaultValue
Optional
Contains the default value for this attribute
PendingValue
Conditional
Pending value of this attribute set via
DCIM_LCService.SetAttribute or SetAttributes methods.
IsReadOnly
Mandatory
True if current value cannot be changed
10.2 DCIM_LCService
DCIM_LCService is used to provide a central class for the LC Management Profile, and to provide a
place for the SetAttribute() and SetAttributes() methods that will change LC configuration attribute values.
Table 20 Class: DCIM_LCService
Properties and Methods
Requirement
Description
SystemCreationClassName
Mandatory
Key
CreationClassName
Mandatory
Key
SystemName
Mandatory
Key
Name
Mandatory
Key
ElementName
Mandatory
This property shall have value of "LC Service".
10.3 DCIM_LCEnumeration
DCIM_LCEnumeration is derived from DCIM_LCAttribute, and also contains properties from
CIM_BIOSEnumeration.