Interface PublicIpAddress.DefinitionStages.WithIpAddressVersion
-
- All Known Subinterfaces:
PublicIpAddress.Definition,PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
- PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithIpAddressVersionThe stage of the definition allowing to specify IP address version associated with the public IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.DefinitionStages.WithCreatewithIpAddressVersion(IpVersion ipVersion)Sets IP address version.
-
-
-
Method Detail
-
withIpAddressVersion
PublicIpAddress.DefinitionStages.WithCreate withIpAddressVersion(IpVersion ipVersion)
Sets IP address version.- Parameters:
ipVersion- IP address version- Returns:
- the next stage of the definition
-
-