VMwareNodePoolConfigVsphereConfigTagArgs

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

Constructors

Link copied to clipboard
fun VMwareNodePoolConfigVsphereConfigTagArgs(category: Output<String>? = null, tag: Output<String>? = null)

Functions

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

Properties

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

(Output) The Vsphere tag category.

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

(Output) The Vsphere tag name.