Interface PublicIpAddress.UpdateStages.WithIpTag
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
- PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithIpTag
The stage of the update allowing to specify ipTags associated with the public IP address.
-
Method Summary
Modifier and TypeMethodDescriptionSets an ipTag associated with the public IP address.Sets an ipTag associated with the public IP address.withoutIpTag(String tag) Removes an ipTag associated with the public IP address.
-
Method Details
-
withIpTag
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the update
-
withIpTag
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag valueipTagType- ipTagType- Returns:
- the next stage of the update
-
withoutIpTag
Removes an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the update
-