VMwareNodePoolConfigVsphereConfigArgs

data class VMwareNodePoolConfigVsphereConfigArgs(val datastore: Output<String>? = null, val tags: Output<List<VMwareNodePoolConfigVsphereConfigTagArgs>>? = null) : ConvertibleToJava<VMwareNodePoolConfigVsphereConfigArgs>

Constructors

Link copied to clipboard
constructor(datastore: Output<String>? = null, tags: Output<List<VMwareNodePoolConfigVsphereConfigTagArgs>>? = null)

Properties

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

(Output) The name of the vCenter datastore. Inherited from the user cluster.

Link copied to clipboard

(Output) Tags to apply to VMs. Structure is documented below. The tags block contains:

Functions

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