IPTagArgs

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

IPTag associated with the object.

Constructors

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

Properties

Link copied to clipboard
val ipTagType: Output<String>

The IP tag type.

Link copied to clipboard
val tag: Output<String>

The value of the IP tag.

Functions

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