Route.DefinitionStages.WithDestinationAddressPrefix<ParentT> Interface

Type Parameters

ParentT

the return type of WithAttach#attach()

public static interface Route.DefinitionStages.WithDestinationAddressPrefix

The stage of a route definition allowing to specify the destination address prefix.

Method Summary

Modifier and Type Method and Description
abstract WithNextHopType<ParentT> withDestinationAddressPrefix(String cidr)

Specifies the destination address prefix to apply the route to.

Method Details

withDestinationAddressPrefix

public abstract Route.DefinitionStages.WithNextHopType 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 definition

Applies to