CIM_PortOnDevice class

Represents an association between a port or connection point and a device.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Abstract, Association, Version("2.8.0"), AMENDMENT]
class CIM_PortOnDevice : CIM_HostedDependency
{
  CIM_LogicalDevice REF Antecedent;
  CIM_LogicalPort   REF Dependent;
};

Members

The CIM_PortOnDevice class has these types of members:

Properties

The CIM_PortOnDevice class has these properties.

Antecedent

Data type: CIM_LogicalDevice

Access type: Read-only

Qualifiers: Override ("Antecedent")

The device that includes the port.

Dependent

Data type: CIM_LogicalPort

Access type: Read-only

Qualifiers: Override ("Dependent")

The port on the device.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_HostedDependency