Route.Definition<ParentT> Interface

Type Parameters

ParentT

the return type of the final DefinitionStages.WithAttach#attach()

Implements

Blank<ParentT> WithAttach<ParentT> WithDestinationAddressPrefix<ParentT> WithNextHopType<ParentT>

public static interface Route.Definition
extends Blank<ParentT>, WithAttach<ParentT>, WithNextHopType<ParentT>, WithDestinationAddressPrefix<ParentT>

The entirety of a route definition.

Applies to