Package com.pulumi.gcp.dataproc.inputs
Class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.dataproc.inputs.ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs
-
public final class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs.Builder
builder()
static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs.Builder
builder(ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs defaults)
com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>
componentVersion()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
properties()
-
-
-
Field Detail
-
Empty
public static final ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs Empty
-
-
Method Detail
-
componentVersion
public com.pulumi.core.Output<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.Optional<com.pulumi.core.Output<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 ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs.Builder builder()
-
builder
public static ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs.Builder builder(ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs defaults)
-
-