MSFT_NetVirtualizationCustomerRouteSettingData class
The MSFT_NetVirtualizationCustomerRouteSettingData class represents a customer route or forwarding rule in the WNV module policy table to define virtual network topology seen by the virtual machines.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class MSFT_NetVirtualizationCustomerRouteSettingData : MSFT_NetSettingData
{
uint32 VirtualSubnetID;
string DestinationPrefix;
string NextHop;
string CustomerID;
uint32 Metric;
string RoutingDomainID;
};
Members
The MSFT_NetVirtualizationCustomerRouteSettingData class has these types of members:
Properties
The MSFT_NetVirtualizationCustomerRouteSettingData 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.
-
-
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.
-
-
RoutingDomainID
-
-
Data type: string
-
Access type: Read-only
The GUID set by the administrators for the WNV module to uniquely identify a virtual network that composes of multiple virtual subnets routable to each other.
-
-
VirtualSubnetID
-
-
Data type: uint32
-
Access type: Read-only
-
Qualifiers: MaxValue ( 16777215 )
A unique identifier number of the virtual subnet of this customer route record.
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|