PointToSiteConfiguration.UpdateStages.WithAddressPool<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface PointToSiteConfiguration.UpdateStages.WithAddressPool

The stage of the point-to-site configuration definition allowing to specify address pool.

Method Summary

Modifier and Type Method and Description
abstract Update withAddressPool(String addressPool)

Specifies address pool.

Method Details

withAddressPool

public abstract PointToSiteConfiguration.Update withAddressPool(String addressPool)

Specifies address pool.

Parameters:

addressPool - address pool

Returns:

the next stage of the update

Applies to