Class CIM_Slot
extends CIM_PhysicalConnector

The Slot class represents Connectors into which Packages are inserted. For example, a PhysicalPackage that is a DiskDrive may be inserted into an SCA 'Slot'. As another example, a Card (subclass of PhysicalPackage) may be inserted into a 16-, 32-, or 64-bit expansion 'Slot' on a HostingBoard. PCI or PCMCIA Type III Slots are examples of the latter.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_PhysicalElement
   |
   +--CIM_PhysicalConnector
   |
   +--CIM_Slot

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringThe Slot class represents Connectors into which Packages are inserted. For example, a PhysicalPackage that is a DiskDrive may be inserted into an SCA 'Slot'. As another example, a Card (subclass of PhysicalPackage) may be inserted into a 16-, 32-, or 64-bit expansion 'Slot' on a HostingBoard. PCI or PCMCIA Type III Slots are examples of the latter.
UMLPackagePathstringCIM::Physical::Connector
Versionstring2.55.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
BifurcationCapabilityboolean
DescriptionstringThis value indicates if the slot is capable of being bifurcated. True meaning the slot is capable, False meaning it is not capable.
CXLSupportuint16
DescriptionstringIndicates that this slot supports CXL.
Experimentalbooleantrue
ModelCorrespondencestringCIM_Card.CXLSupport
ValueMapstring0, 1, 2, 3, ..
Valuesstringnot supported, CXL 1.0, CXL 2.0, CXL 3.0, DMTF reserved
HeightAllowedreal32
DescriptionstringMaximum height of an adapter Card that can be inserted into the Slot, in inches.
PUnitstringinch
UnitsstringInches
LengthAllowedreal32
DescriptionstringMaximum length of an adapter Card that can be inserted into the Slot, in inches.
PUnitstringinch
UnitsstringInches
MaxDataWidthuint16
DescriptionstringMaximum bus width of adapter Cards that can be inserted into this Slot, in bits. If the value is 'unknown', enter 0. If the value is other than 8, 16, 32, 64 or 128, enter 1.
MappingStringsstringMIF.DMTF|System Slot|005.3
PUnitstringbit
UnitsstringBits
ValueMapstring0, 1, 8, 16, 32, 64, 128
MaxLinkWidthuint16
DescriptionstringMaximum link width of a switching bus type, such as Infiniband and PCI Express. The width is expressed in number of communication lines, or lanes, between port and devices. This property dictates the maximum link width, in lanes, of adapter Cards that can be inserted into this Slot. If the value is 'unknown', enter 0.
ValueMapstring0, 2, 3, 4, 5, 6, 7, 8, 9..
ValuesstringUnknown, x1, x2, x4, x8, x12, x16, x32, DMTF Reserved
Numberuint16
DescriptionstringThe Number property indicates the physical slot number, which can be used as an index into a system slot table, whether or not that slot is physically occupied.
MappingStringsstringMIF.DMTF|System Slot|005.1
OpenSwitchboolean
DescriptionstringA boolean indicating whether the switch state of the Slot is currently open (TRUE) or closed (FALSE). This switch state determines whether the contents of the Slot can be hot-plugged.
MappingStringsstringMIF.DMTF|System Slot|005.15
Poweredboolean
DeprecatedstringCIM_PhysicalElement.PoweredOn
DescriptionstringA boolean indicating whether the Slot is currently powered (TRUE) or not (FALSE).
MappingStringsstringMIF.DMTF|System Slot|005.13
PoweredOnboolean
DescriptionstringBoolean that indicates whether the PhysicalElement is powered on (TRUE) or is currently off (FALSE).
MappingStringsstringMIF.DMTF|System Slot|005.13
OverridestringPoweredOn
PurposeDescriptionstring
DescriptionstringA free-form string describing that this Slot is physically unique and may hold special types of hardware. This property only has meaning when the corresponding boolean property, SpecialPurpose, is set to TRUE.
ModelCorrespondencestringCIM_Slot.SpecialPurpose
SpecialPurposeboolean
DescriptionstringBoolean indicating that this Slot is physically unique and may hold special types of hardware, e.g. a graphics processor slot. If set to TRUE, then the property, Special PurposeDescription (a string), should specify the nature of the uniqueness or purpose of the Slot.
ModelCorrespondencestringCIM_Slot.PurposeDescription
SupportsHotPlugboolean
DescriptionstringBoolean indicating whether the Slot supports hot-plug of adapter Cards.
ThermalRatinguint32
DescriptionstringMaximum thermal dissipation of the Slot in milliwatts.
MappingStringsstringMIF.DMTF|System Slot|005.11
PUnitstringwatt * 10^-3
UnitsstringMilliWatts
ConnectorTypeuint16[]
ArrayTypestringIndexed
DescriptionstringAn array of integers defining the type of PhysicalConnector. An array is specified to allow the description of 'combinations' of Connector information. For example, one array entry could specify RS-232 (value=25), another DB-25 (value=23) and a third entry define the Connector as "Male" (value=2). This single property is being deprecated in lieu of using separate properties to describe the various aspects of the connector. The separation allows for a more generic means of describing the connectors. Obsolete connectors were intentionally removed from the new list.
MappingStringsstringMIF.DMTF|System Slot|006.2
ModelCorrespondencestringCIM_PhysicalConnector.OtherTypeDescription
OverridestringConnectorType
ValueMapstring123
ValuesstringCXL Flexbus 1.0
VccMixedVoltageSupportuint16[]
DescriptionstringAn array of enumerated integers indicating the Vcc voltage supported by this Slot.
MappingStringsstringMIF.DMTF|System Slot|005.9
ValueMapstring0, 1, 2, 3
ValuesstringUnknown, Other, 3.3V, 5V
VendorCompatibilityStringsstring[]
DescriptionstringAn array of strings that identify the components that are compatible and can be inserted in a slot. This allows vendors to provide clues to the system administrators by providing sufficient information to request the appropriate hardware that can populate the slot. In order to ensure uniqueness within the NameSpace, each value defined by the vendor for use in the VendorCompatibilityStrings property SHOULD be constructed using the following 'preferred' algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon ':', and where <OrgID> MUST include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness <OrgID> MUST NOT contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID MUST appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and SHOULD not be re-used to identify different underlying (real-world) elements.
ModelCorrespondencestringCIM_PhysicalPackage.VendorCompatibilityStrings
VppMixedVoltageSupportuint16[]
DescriptionstringAn array of enumerated integers indicating the Vpp voltage supported by this Slot.
MappingStringsstringMIF.DMTF|System Slot|005.10
ValueMapstring0, 1, 2, 3, 4
ValuesstringUnknown, Other, 3.3V, 5V, 12V

Inherited Properties

NameData Type
CanBeFRUedboolean
Captionstring
CommunicationStatusuint16
ConnectorDescriptionstring
ConnectorGenderuint16
ConnectorLayoutuint16
ConnectorPinoutstring
CreationClassNamestring
Descriptionstring
DetailedStatusuint16
ElementNamestring
Generationuint64
HealthStateuint16
InstallDatedatetime
InstanceIDstring
ManufactureDatedatetime
Manufacturerstring
Modelstring
Namestring
NumPhysicalPinsuint32
OperatingStatusuint16
OtherIdentifyingInfostring
OtherTypeDescriptionstring
PartNumberstring
PrimaryStatusuint16
SerialNumberstring
SKUstring
Statusstring
Tagstring
UserTrackingstring
VendorEquipmentTypestring
Versionstring
ConnectorElectricalCharacteristicsuint16[]
OperationalStatusuint16[]
OtherElectricalCharacteristicsstring[]
StatusDescriptionsstring[]

Class Methods