CIM_RouteUsesEndpoint class

RouteUsesEndpoint depicts the relationship between a next hop route and the local Endpoint that is used to transmit the traffic to the \'next hop\'.

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

Syntax

[Association, UMLPackagePath("CIM::Network::Routes"), Version("2.7.0"), AMENDMENT]
class CIM_RouteUsesEndpoint : CIM_Dependency
{
  CIM_ProtocolEndpoint REF Antecedent;
  CIM_NextHopRoute     REF Dependent;
};

Members

The CIM_RouteUsesEndpoint class has these types of members:

Properties

The CIM_RouteUsesEndpoint class has these properties.

Antecedent

Data type: CIM_ProtocolEndpoint

Access type: Read-only

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

The endpoint used to reach the route's destination.

Dependent

Data type: CIM_NextHopRoute

Access type: Read-only

Qualifiers: key, Override ("Dependent")

The route using the endpoint.

Requirements

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

See also

CIM_Dependency