CIM_Docked class

The CIM_Docked association represents the relationship between two chassis. For example, a laptop (a type of chassis) can be docked in a docking station (another type of chassis). This typical relationship is explicitly described.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Abstract, MappingStrings("MIF.DMTF|Dynamic States|001.2"), UUID("{FAF76B75-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_Docked : CIM_Dependency
{
  CIM_Chassis REF Dependent;
  CIM_Chassis REF Antecedent;
};

Members

The CIM_Docked class has these types of members:

Properties

The CIM_Docked class has these properties.

Antecedent

Data type: CIM_Chassis

Access type: Read-only

Qualifiers: Override ("Antecedent"), Max (1)

A CIM_Chassis describing the docking station.

Dependent

Data type: CIM_Chassis

Access type: Read-only

Qualifiers: Override ("Dependent"), Max (1)

A CIM_Chassis describing the docked laptop.

Remarks

The CIM_Docked class is derived from CIM_Dependency.

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Dependency