Interface LocalNetworkGateway.DefinitionStages.WithAddressSpace
-
- All Known Subinterfaces:
LocalNetworkGateway.Definition,LocalNetworkGateway.DefinitionStages.WithCreate
- Enclosing interface:
- LocalNetworkGateway.DefinitionStages
public static interface LocalNetworkGateway.DefinitionStages.WithAddressSpaceThe stage of the local network gateway definition allowing to specify the address space.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalNetworkGateway.DefinitionStages.WithCreatewithAddressSpace(String cidr)Adds address space.
-
-
-
Method Detail
-
withAddressSpace
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.- Parameters:
cidr- the CIDR representation of the local network site address space- Returns:
- the next stage of the definition
-
-