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