Route.UpdateStages.WithDestinationAddressPrefix Interface

public interface WithDestinationAddressPrefix

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

Method Summary

Modifier and Type Method and Description
Route.Update withDestinationAddressPrefix(String cidr)

Specifies the destination address prefix to apply the route to.

Method Details

withDestinationAddressPrefix

public 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