CIM_ConnectedTo class

The CIM_ConnectedTo class represents an association that indicates that two or more physical connectors are connected.

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 Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{FAF76B85-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_ConnectedTo : CIM_Dependency
{
  CIM_PhysicalConnector REF Dependent;
  CIM_PhysicalConnector REF Antecedent;
};

Members

The CIM_ConnectedTo class has these types of members:

Properties

The CIM_ConnectedTo class has these properties.

Antecedent

Data type: CIM_PhysicalConnector

Access type: Read-only

Qualifiers: Override ("Antecedent")

A CIM_PhysicalConnector that represents a physical connector that serves as one end of the connection.

Dependent

Data type: CIM_PhysicalConnector

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_PhysicalConnector that represents another physical connector that serves as the other end of the connection.

Remarks

The CIM_ConnectedTo class is inherited 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