IWithNextHopType<ParentT> Interface

Definition

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

public interface IWithNextHopType<ParentT>
type IWithNextHopType<'ParentT> = interface
Public Interface IWithNextHopType(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

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