VMwareNodePoolConfigVsphereConfig

data class VMwareNodePoolConfigVsphereConfig(val datastore: String? = null, val hostGroups: List<String>? = null, val tags: List<VMwareNodePoolConfigVsphereConfigTag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastore: String? = null

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

Link copied to clipboard
val hostGroups: 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.