MSFT_NetIPInterfaceAdapter class

Represents an association between a TCP/IP network interface and a network port.

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

Syntax

[Association, UMLPackagePath("CIM::Device::Ports"), ClassVersion("1.0.0"), dynamic, provider("nettcpip"), AMENDMENT]
class MSFT_NetIPInterfaceAdapter : CIM_PortImplementsEndpoint
{
  MSFT_NetIPInterface REF Antecedent;
  CIM_NetworkPort     REF Dependent;
};

Members

The MSFT_NetIPInterfaceAdapter class has these types of members:

Properties

The MSFT_NetIPInterfaceAdapter class has these properties.

Antecedent

Data type: MSFT_NetIPInterface

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

The MSFT_NetIPInterface object associated with the network port.

Dependent

Data type: CIM_NetworkPort

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The CIM_NetworkPort object associated with the IP interface.

Requirements

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

See also

CIM_PortImplementsEndpoint

MSFT_NetIPInterface

CIM_NetworkPort