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