Interface Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InDefinition.attach()
- All Known Subinterfaces:
Route.Definition<ParentT>,Route.DefinitionStages.Blank<ParentT>
- Enclosing interface:
Route.DefinitionStages
public static interface Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
The stage of a route definition allowing to specify the destination address prefix.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the destination address prefix to apply the route to.
-
Method Details
-
withDestinationAddressPrefix
Specifies the destination address prefix to apply the route to.- Parameters:
cidr- an address prefix expressed in the CIDR notation- Returns:
- the next stage of the definition
-