Interface Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
Route.UpdateDefinition<ParentT>,Route.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
Route.UpdateDefinitionStages
public static interface Route.UpdateDefinitionStages.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
-