VMware Node Pool Config Vsphere Config Args
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)