VMwareNodePoolConfigVsphereConfigTag

data class VMwareNodePoolConfigVsphereConfigTag(val category: String? = null, val tag: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

The Vsphere tag category.

Link copied to clipboard
val tag: String? = null

The Vsphere tag name.