Interface PublicIpAddress.UpdateStages.WithIpTag
-
- All Known Subinterfaces:
PublicIpAddress.Update
- Enclosing interface:
- PublicIpAddress.UpdateStages
public static interface PublicIpAddress.UpdateStages.WithIpTagThe stage of the update allowing to specify ipTags associated with the public IP address.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PublicIpAddress.UpdatewithIpTag(String tag)Sets an ipTag associated with the public IP address.PublicIpAddress.UpdatewithIpTag(String tag, String ipTagType)Sets an ipTag associated with the public IP address.PublicIpAddress.UpdatewithoutIpTag(String tag)Removes an ipTag associated with the public IP address.
-
-
-
Method Detail
-
withIpTag
PublicIpAddress.Update withIpTag(String tag)
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the update
-
withIpTag
PublicIpAddress.Update withIpTag(String tag, String ipTagType)
Sets an ipTag associated with the public IP address.- Parameters:
tag- ip tag valueipTagType- ipTagType- Returns:
- the next stage of the update
-
withoutIpTag
PublicIpAddress.Update withoutIpTag(String tag)
Removes an ipTag associated with the public IP address.- Parameters:
tag- ip tag value- Returns:
- the next stage of the update
-
-