WorkflowTemplatePlacementManagedClusterConfigSoftwareConfig

data class WorkflowTemplatePlacementManagedClusterConfigSoftwareConfig(val imageVersion: String? = null, val optionalComponents: List<String>? = null, val properties: Map<String, String>? = null)

Constructors

constructor(imageVersion: String? = null, optionalComponents: List<String>? = null, properties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageVersion: String? = null

The version of software inside the cluster. It must be one of the supported Dataproc Versions, such as "1.2" (including a subminor version, such as "1.2.29"), or the "preview" version. If unspecified, it defaults to the latest Debian version.

Link copied to clipboard

The set of components to activate on the cluster.

Link copied to clipboard
val properties: Map<String, String>? = null

The properties to set on daemon config files. Property keys are specified in prefix:property format, for example core:hadoop.tmp.dir. The following are supported prefixes and their mappings: