VMwareNodePoolConfigVsphereConfigTagArgs

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

Constructors

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

Properties

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

The Vsphere tag category.

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

The Vsphere tag name.

Functions

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