PublicIpAddress.UpdateStages.WithIpTag Interface

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 Type Method and Description
abstract Update withIpTag(String tag)

Sets an ipTag associated with the public IP address.

abstract Update withIpTag(String tag, String ipTagType)

Sets an ipTag associated with the public IP address.

abstract Update withoutIpTag(String tag)

Removes an ipTag associated with the public IP address.

Method Details

withIpTag

public abstract 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

public abstract 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

public abstract 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

Applies to