Package com.pulumi.gcp.dataproc.inputs
Class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.inputs.ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
-
- Enclosing class:
- ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
public static final class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
bootDiskSizeGb(com.pulumi.core.Output<java.lang.Integer> bootDiskSizeGb)
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
bootDiskSizeGb(java.lang.Integer bootDiskSizeGb)
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
bootDiskType(com.pulumi.core.Output<java.lang.String> bootDiskType)
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
bootDiskType(java.lang.String bootDiskType)
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
build()
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
numLocalSsds(com.pulumi.core.Output<java.lang.Integer> numLocalSsds)
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
numLocalSsds(java.lang.Integer numLocalSsds)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs defaults)
-
-
Method Detail
-
bootDiskSizeGb
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder bootDiskSizeGb(@Nullable com.pulumi.core.Output<java.lang.Integer> bootDiskSizeGb)
- Parameters:
bootDiskSizeGb
- 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. 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. 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.- Returns:
- builder
-
bootDiskSizeGb
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder bootDiskSizeGb(java.lang.Integer bootDiskSizeGb)
- Parameters:
bootDiskSizeGb
- 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. 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. 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.- Returns:
- builder
-
bootDiskType
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder bootDiskType(@Nullable com.pulumi.core.Output<java.lang.String> bootDiskType)
- Parameters:
bootDiskType
- The disk type of the primary disk attached to each node. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.- Returns:
- builder
-
bootDiskType
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder bootDiskType(java.lang.String bootDiskType)
- Parameters:
bootDiskType
- The disk type of the primary disk attached to each node. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.- Returns:
- builder
-
numLocalSsds
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder numLocalSsds(@Nullable com.pulumi.core.Output<java.lang.Integer> numLocalSsds)
- Parameters:
numLocalSsds
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0. attached to each worker cluster node. Defaults to 0. attached to each preemptible worker node. Defaults to 0. ***- Returns:
- builder
-
numLocalSsds
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder numLocalSsds(java.lang.Integer numLocalSsds)
- Parameters:
numLocalSsds
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0. attached to each worker cluster node. Defaults to 0. attached to each preemptible worker node. Defaults to 0. ***- Returns:
- builder
-
build
public ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs build()
-
-