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 Details

    • 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