Class DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
@Stability(Stable) @Internal public static final class DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
An implementation forDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
-
-
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.DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Builder, DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.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)NumbergetBootDiskSizeGb()Size of the primary disk attached to each preemptible worker node, specified in GB.StringgetBootDiskType()The disk type of the primary disk attached to each preemptible worker node.StringgetLocalSsdInterface()Interface type of local SSDs (default is "scsi").NumbergetNumLocalSsds()The amount of local SSD disks that will be attached to each preemptible worker node.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(DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig.Builder.
-
-
Method Detail
-
getBootDiskSizeGb
public final Number getBootDiskSizeGb()
Description copied from interface:DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigSize of the primary disk attached to each preemptible worker node, specified in GB.The smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#boot_disk_size_gb DataprocCluster#boot_disk_size_gb}
- Specified by:
getBootDiskSizeGbin interfaceDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
-
getBootDiskType
public final String getBootDiskType()
Description copied from interface:DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigThe disk type of the primary disk attached to each preemptible worker node.Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#boot_disk_type DataprocCluster#boot_disk_type}
- Specified by:
getBootDiskTypein interfaceDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
-
getLocalSsdInterface
public final String getLocalSsdInterface()
Description copied from interface:DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigInterface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#local_ssd_interface DataprocCluster#local_ssd_interface}
- Specified by:
getLocalSsdInterfacein interfaceDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
-
getNumLocalSsds
public final Number getNumLocalSsds()
Description copied from interface:DataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfigThe amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#num_local_ssds DataprocCluster#num_local_ssds}
- Specified by:
getNumLocalSsdsin interfaceDataprocClusterClusterConfigPreemptibleWorkerConfigDiskConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-