IpTagArgs

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

Contains the IpTag associated with the object.

Constructors

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

Properties

Link copied to clipboard
val ipTagType: Output<String>? = null

The IP tag type. Example: FirstPartyUsage.

Link copied to clipboard
val tag: Output<String>? = null

The value of the IP tag associated with the public IP. Example: SQL.

Functions

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