MSFT_NetVirtualizationProviderRouteSettingData class

The MSFT_NetVirtualizationProviderRouteSettingData represents a physical route configured on the network interface the WNV module is configured on.

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

Syntax

class MSFT_NetVirtualizationProviderRouteSettingData : MSFT_NetSettingData
{
  uint32 InterfaceIndex;
  string DestinationPrefix;
  string NextHop;
  string CustomerID;
  uint32 Metric;
};

Members

The MSFT_NetVirtualizationProviderRouteSettingData class has these types of members:

Properties

The MSFT_NetVirtualizationProviderRouteSettingData class has these properties.

CustomerID

Data type: string

Access type: Read/write

The GUID set by the administrators to identify a customer entity for this route record.

DestinationPrefix

Data type: string

Access type: Read-only

The destination IP prefix for this route record.

InterfaceIndex

Data type: uint32

Access type: Read-only

The Index of the interface WNV module is configured on.

Metric

Data type: uint32

Access type: Read/write

The metric used to arbitrate between multiple matching routes of the same destination prefix.

NextHop

Data type: string

Access type: Read-only

The next hop gateway IP address for this route record.

Requirements

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