Interface Route.UpdateStages.WithDestinationAddressPrefix
- All Known Subinterfaces:
Route.Update
- Enclosing interface:
- Route.UpdateStages
public static interface Route.UpdateStages.WithDestinationAddressPrefix
The stage of a route update allowing to modify 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 update
-