MSFT_NetIPInterfaceRoute class

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

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

Syntax

[Association, UMLPackagePath("CIM::Network::Routes"), ClassVersion("1.0.0"), dynamic, provider("nettcpip"), AMENDMENT]
class MSFT_NetIPInterfaceRoute : CIM_RouteUsesEndpoint
{
  CIM_LANEndpoint REF Antecedent;
  MSFT_NetRoute   REF Dependent;
};

Members

The MSFT_NetIPInterfaceRoute class has these types of members:

Properties

The MSFT_NetIPInterfaceRoute class has these properties.

Antecedent

Data type: CIM_LANEndpoint

Access type: Read-only

Qualifiers: key, Max (1), Override ("Antecedent")

The CIM_LANEndpoint object for the communication endpoint associated with the TCP/IP network interface that is used to reach the destination of the route.

Dependent

Data type: MSFT_NetRoute

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The MSFT_NetRoute object for the route associated with the 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_RouteUsesEndpoint

CIM_LANEndpoint

MSFT_NetRoute