Interface Subnet.UpdateStages.WithAddressPrefix
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithAddressPrefix
The stage of the subnet update allowing to change the address space for the subnet.
-
Method Summary
Modifier and TypeMethodDescriptionwithAddressPrefix(String cidr) Specifies the IP address space of the subnet, within the address space of the network.withAddressPrefixes(Collection<String> addressPrefixes) Specifies the IP address spaces of the subnet, within the address space of the network.
-
Method Details
-
withAddressPrefix
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
-
withAddressPrefixes
Specifies the IP address spaces of the subnet, within the address space of the network.- Parameters:
addressPrefixes- the IP address space prefixes using the CIDR notation- Returns:
- the next stage
-