Class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig


  • public final class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig
    extends java.lang.Object
    • Method Detail

      • bootDiskSizeGb

        public java.util.Optional<java.lang.Integer> bootDiskSizeGb()
        Returns:
        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.
      • bootDiskType

        public java.util.Optional<java.lang.String> bootDiskType()
        Returns:
        The disk type of the primary disk attached to each node. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
      • numLocalSsds

        public java.util.Optional<java.lang.Integer> numLocalSsds()
        Returns:
        The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.