LocalNetworkGateway.DefinitionStages.WithAddressSpace Interface

public interface WithAddressSpace

The stage of the local network gateway definition allowing to specify the address space.

Method Summary

Modifier and Type Method and Description
LocalNetworkGateway.DefinitionStages.WithCreate withAddressSpace(String cidr)

Adds address space. Note: this method's effect is additive, i.e. each time it is used, a new address space is added to the network.

Method Details

withAddressSpace

public WithCreate withAddressSpace(String cidr)

Adds address space. Note: this method's effect is additive, i.e. each time it is used, a new address space is added to the network.

Parameters:

cidr - the CIDR representation of the local network site address space

Applies to