CIM_PortImplementsEndpoint class

Associates a logical port with one or more protocol endpoints that are implemented on it. This class specializes the DeviceSAPImplementation association. It indicates that the referenced endpoint is dependent on the operations of the port device.

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

Syntax

[Association, UMLPackagePath("CIM::Device::Ports"), Version("2.10.0"), AMENDMENT]
class CIM_PortImplementsEndpoint : CIM_DeviceSAPImplementation
{
  CIM_LogicalPort      REF Antecedent;
  CIM_ProtocolEndpoint REF Dependent;
};

Members

The CIM_PortImplementsEndpoint class has these types of members:

Properties

The CIM_PortImplementsEndpoint class has these properties.

Antecedent

Data type: CIM_LogicalPort

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

A CIM_LogicalPort that represents the Device behind the protocol endpoint.

Dependent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

Qualifiers: key, Override ("Dependent")

A CIM_ProtocolEndpoint that is implemented on the logical port.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\standardcimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_DeviceSAPImplementation