Package com.pulumi.gcp.dataproc.outputs
Class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
public final class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder
builder()
static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder
builder(ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig defaults)
java.util.Map<java.lang.String,java.lang.String>
componentVersion()
java.util.Map<java.lang.String,java.lang.String>
properties()
-
-
-
Method Detail
-
componentVersion
public java.util.Map<java.lang.String,java.lang.String> componentVersion()
- Returns:
- The components that should be installed in this Dataproc cluster. The key must be a string from the\ KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified. * **NOTE** : `component_version[SPARK]` is mandatory to set, or the creation of the cluster will fail.
-
properties
public java.util.Map<java.lang.String,java.lang.String> properties()
- Returns:
- The properties to set on daemon config files. Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image.
-
builder
public static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder builder()
-
builder
public static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder builder(ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig defaults)
-
-