Interface PublicIPAddress.UpdateStages.WithIpTag

  • All Known Subinterfaces:
    PublicIPAddress.Update
    Enclosing interface:
    PublicIPAddress.UpdateStages

    @Beta(V1_10_0)
    public static interface PublicIPAddress.UpdateStages.WithIpTag
    The stage of the update allowing to specify ipTags 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 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