Route.DefinitionStages.WithDestinationAddressPrefix<ParentT> Interface

Type Parameters

ParentT

the return type of attach()

public interface WithDestinationAddressPrefix

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

Method Summary

Modifier and Type Method and Description
Route.DefinitionStages.WithNextHopType<ParentT> withDestinationAddressPrefix(String cidr)

Specifies the destination address prefix to apply the route to.

Method Details

withDestinationAddressPrefix

public 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