CIM_PortOnDevice class

Associates a port or connection point with its device.

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.

Syntax

class CIM_PortOnDevice : CIM_HostedDependency
{
  CIM_LogicalDevice REF Antecedent;
  CIM_LogicalPort   REF Dependent;
};

Members

The CIM_PortOnDevice class has these types of members:

  • Properties

Properties

The CIM_PortOnDevice class has these properties.

Antecedent

Data type: CIM_LogicalDevice

Access type: Read-only

The device that includes the port.

Dependent

Data type: CIM_LogicalPort

Access type: Read-only

The port on the device.

Requirements

Namespace

Root\CIMV2

See also

CIM_HostedDependency