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 Details

    • withIpTag

      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 value
      ipTagType - 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