PublicIPAddress.DefinitionStages.WithIpTag Interface

public static interface PublicIPAddress.DefinitionStages.WithIpTag

The stage of the definition allowing to specify ipTags associated with the public IP address.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIpTag(String tag)

Sets an ipTag associated with the public IP address.

abstract WithCreate withIpTag(String tag, String ipTagType)

Sets an ipTag associated with the public IP address.

Method Details

withIpTag

public abstract PublicIPAddress.DefinitionStages.WithCreate withIpTag(String tag)

Sets an ipTag associated with the public IP address.

Parameters:

tag - ip tag value

Returns:

the next stage of the definition

withIpTag

public abstract PublicIPAddress.DefinitionStages.WithCreate 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 definition

Applies to