Interface PublicIpAddress.UpdateStages.WithIpAddressVersion
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
- PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithIpAddressVersion
The stage of the update 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
-