Language

PSRouteNextHopEcmp Class

Definition

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.

Applies to