Package com.pulumi.gcp.dataproc.inputs
Class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.dataproc.inputs.ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
-
public final class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
bootDiskSizeGb()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
bootDiskType()
static ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
builder()
static ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder
builder(ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
numLocalSsds()
-
-
-
Field Detail
-
Empty
public static final ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs Empty
-
-
Method Detail
-
bootDiskSizeGb
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> bootDiskSizeGb()
- Returns:
- Size 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.
-
bootDiskType
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bootDiskType()
- Returns:
- The disk type of the primary disk attached to each preemptible worker node. One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
-
numLocalSsds
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> numLocalSsds()
- Returns:
- The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
-
builder
public static ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder builder()
-
builder
public static ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs.Builder builder(ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs defaults)
-
-