Class DataprocClusterClusterConfigWorkerConfigDiskConfig.Jsii$Proxy

    • Method Detail

      • getBootDiskSizeGb

        public final Number getBootDiskSizeGb()
        Description copied from interface: DataprocClusterClusterConfigWorkerConfigDiskConfig
        Size of the primary disk attached to each node, specified in GB.

        The primary disk contains the boot volume and system libraries, and 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:
        getBootDiskSizeGb in interface DataprocClusterClusterConfigWorkerConfigDiskConfig
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object