Share via


MSFT_NetVirtualizationNextHopLookup class

Represents a result of looking up a route for the customer address (CA) space address for a given destination.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class MSFT_NetVirtualizationNextHopLookup : MSFT_NetSettingData
{
  string SourceCustomerAddress;
  string DestinationCustomerAddress;
  uint32 SourceVirtualSubnetID;
  string NextHopAddress;
  string SourceMACAddress;
  string NextHopMACAddress;
};

Members

The MSFT_NetVirtualizationNextHopLookup class has these types of members:

Methods

The MSFT_NetVirtualizationNextHopLookup class has these methods.

Method Description
Select Determines the next hop for the destination address.

Properties

The MSFT_NetVirtualizationNextHopLookup class has these properties.

DestinationCustomerAddress

Data type: string

Access type: Read-only

The IP address of the destination.

NextHopAddress

Data type: string

Access type: Read-only

The IP address of the next hop.

NextHopMACAddress

Data type: string

Access type: Read-only

The MAC address of the destination.

SourceCustomerAddress

Data type: string

Access type: Read-only

The IP address of the source.

SourceMACAddress

Data type: string

Access type: Read-only

The MAC address of the source.

SourceVirtualSubnetID

Data type: uint32

Access type: Read-only

A unique identifier that corresponds to a virtual subnet.

Range: value = 16777215

Requirements

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

See also

NetWNV Provider Classes