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: RoutingPreference.

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

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

Functions

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