White Papers
Version 1.1.0 21
Table 20 – DCIM_Slot - Properties
423
Property Name
Type
Requirement
Additional Requirement
CreationClassName
string
Mandatory
This property value shall be “DCIM_Slot”
DeviceFQDD
string
Mandatory
The property shall represent the FQDD for the device
that is plugged in into the slot.
ElementName
string
Mandatory
The property shall represent the slot name.
EmptySlot
Boolean
Mandatory
The property shall represent whether the slot is empty:
• TRUE – Empty
• FALSE – Occupied
Number
uint16
Mandatory
The property shall represent the numeric slot number.
If the slot number contains alphabets, this property
shall be NULL and the slot number shall be obtained
from propery NumberDescription.
NumberDescription
string
Mandatory
The property shall represent the slot number containing
alphanumeric value.
EnabledState
uint16
Mandatory
The property shall represent whether the slot is
enabled.
• 2 – Enabled
• 3 – Disabled
ConnectorLayout
uint16
Mandatory
The property shall represent the slot type. Unknown
lenghth PCIe slot shall have value 18 (PCI-E). Other
slot types includes: 0(Unknown), 40001(Power
Supply), 40002(Fan), 40003(DIMM),
40004(Processor), 40005(SD Card), 40006(IDSDM),
40007(Physical Disk), 40008(Enclosure Fan),
40009(Enclosure Power Supply)
Tag
string
Mandatory
This property shall be the key and shall have unique
value.
8 Methods
424
This section details the requirements for supporting extrinsic methods for the DCIM_ComputerSystem
425
class.
426
8.1 DCIM_ComputerSystem.RequestStateChange()
427
Invoking the DCIM_ComputerSystem.RequestStateChange() method changes the element’s state to the
428
value specified in the RequestedState parameter.
429
A value of 2 (Enabled) shall correspond to a request to power on the system.
430