Route.UpdateStages.WithDestinationAddressPrefix Interface

public static interface Route.UpdateStages.WithDestinationAddressPrefix

The stage of a route update allowing to modify the destination address prefix.

Method Summary

Modifier and Type Method and Description
abstract Update withDestinationAddressPrefix(String cidr)

Specifies the destination address prefix to apply the route to.

Method Details

withDestinationAddressPrefix

public abstract 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

Applies to