Class DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
@Stability(Stable) @Internal public static final class DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
An implementation forDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder, DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)Map<String,String>getComponentVersion()The components that should be installed in this Dataproc cluster.Map<String,String>getProperties()The properties to set on daemon config files.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig.Builder.
-
-
Method Detail
-
getComponentVersion
public final Map<String,String> getComponentVersion()
Description copied from interface:DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigThe 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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#component_version DataprocCluster#component_version}
- Specified by:
getComponentVersionin interfaceDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
getProperties
public final Map<String,String> getProperties()
Description copied from interface:DataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigThe properties to set on daemon config files. Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#properties DataprocCluster#properties}
- Specified by:
getPropertiesin interfaceDataprocClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-