Subnet.DefinitionStages.WithAddressPrefix<ParentT> Interface

Type Parameters

ParentT

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

public static interface Subnet.DefinitionStages.WithAddressPrefix

The stage of the subnet definition allowing to specify the address space for the subnet.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withAddressPrefix(String cidr)

Specifies the IP address space of the subnet, within the address space of the network.

Method Details

withAddressPrefix

public abstract Subnet.DefinitionStages.WithAttach withAddressPrefix(String cidr)

Specifies the IP address space of the subnet, within the address space of the network.

Parameters:

cidr - the IP address space prefix using the CIDR notation

Returns:

the next stage of the definition

Applies to