VMwareNodePoolConfigVsphereConfigArgs

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

Constructors

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

Properties

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

The name of the vCenter datastore. Inherited from the user cluster.

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

Vsphere host groups to apply to all VMs in the node pool

Link copied to clipboard

Tags to apply to VMs. Structure is documented below.

Functions

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