PSRouteNextHopEcmp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The next hop definition for equal-cost multi-path (ECMP) routes. It holds the list
of next hop IP addresses that traffic is load-balanced across. This is only populated
when the route's NextHopType is VirtualApplianceEcmp.
public class PSRouteNextHopEcmp
type PSRouteNextHopEcmp = class
Public Class PSRouteNextHopEcmp
- Inheritance
-
PSRouteNextHopEcmp
Constructors
| Name | Description |
|---|---|
| PSRouteNextHopEcmp() | |
Properties
| Name | Description |
|---|---|
| NextHopIpAddresses |
The list of next hop IP addresses used for ECMP routing. A minimum of 2 addresses is required. |