Interface Route.UpdateStages.WithDestinationAddressPrefix
-
- All Known Subinterfaces:
Route.Update
- Enclosing interface:
- Route.UpdateStages
public static interface Route.UpdateStages.WithDestinationAddressPrefixThe stage of a route update allowing to modify the destination address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Route.UpdatewithDestinationAddressPrefix(String cidr)Specifies the destination address prefix to apply the route to.
-
-
-
Method Detail
-
withDestinationAddressPrefix
Route.Update withDestinationAddressPrefix(String cidr)
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
-
-