IPTagArgs

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

IPTag associated with the object.

Constructors

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

Functions

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

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.