IWithNextHopType Interface

Definition

The stage of a route update allowing to specify the next hop type.

public interface IWithNextHopType
type IWithNextHopType = interface
Public Interface IWithNextHopType
Derived

Methods

WithNextHop(RouteNextHopType)

Specifies the next hop type. To use a virtual appliance, use .withNextHopToVirtualAppliance(String) instead and specify its IP address.

WithNextHopToVirtualAppliance(String)

Specifies the IP address of the virtual appliance for the next hop to go to.

Applies to