Interface PublicIpAddress.DefinitionStages.WithIpAddressVersion
- All Known Subinterfaces:
PublicIpAddress.Definition, PublicIpAddress.DefinitionStages.WithCreate
- Enclosing interface:
PublicIpAddress.DefinitionStages
public static interface PublicIpAddress.DefinitionStages.WithIpAddressVersion
The stage of the definition allowing to specify IP address version associated with the public IP address.
-
Method Summary
Modifier and TypeMethodDescriptionwithIpAddressVersion(IpVersion ipVersion) Sets IP address version.
-
Method Details
-
withIpAddressVersion
Sets IP address version.- Parameters:
ipVersion- IP address version- Returns:
- the next stage of the definition
-