IpTagArgs

data class IpTagArgs(val ipTagType: Output<String>, val tag: Output<String>) : ConvertibleToJava<IpTagArgs>

The IP tag associated with the public IP address.

Constructors

Link copied to clipboard
constructor(ipTagType: Output<String>, tag: Output<String>)

Properties

Link copied to clipboard
val ipTagType: Output<String>

IP tag type. Example: FirstPartyUsage.

Link copied to clipboard
val tag: Output<String>

IP tag associated with the public IP. Example: SQL, Storage etc.

Functions

Link copied to clipboard
open override fun toJava(): IpTagArgs