Interface Subnet.UpdateStages.WithAddressPrefix
-
- All Known Subinterfaces:
Subnet.Update
- Enclosing interface:
- Subnet.UpdateStages
public static interface Subnet.UpdateStages.WithAddressPrefixThe stage of the subnet update allowing to change the address space for the subnet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.UpdatewithAddressPrefix(String cidr)Specifies the IP address space of the subnet, within the address space of the network.
-
-
-
Method Detail
-
withAddressPrefix
Subnet.Update 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
-
-