Package com.pulumi.gcp.dataproc.inputs
Class WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.dataproc.inputs.WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs
-
public final class WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs
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.String>>
autoDeleteTime()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
autoDeleteTtl()
static WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs.Builder
builder()
static WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs.Builder
builder(WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
idleDeleteTtl()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
idleStartTime()
-
-
-
Field Detail
-
Empty
public static final WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs Empty
-
-
Method Detail
-
autoDeleteTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> autoDeleteTime()
- Returns:
- The time when cluster will be auto-deleted (see JSON representation of (https://developers.google.com/protocol-buffers/docs/proto3#json)).
-
autoDeleteTtl
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> autoDeleteTtl()
- Returns:
- The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of (https://developers.google.com/protocol-buffers/docs/proto3#json)).
-
idleDeleteTtl
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> idleDeleteTtl()
- Returns:
- The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of (https://developers.google.com/protocol-buffers/docs/proto3#json).
-
idleStartTime
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> idleStartTime()
- Returns:
- Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of (https://developers.google.com/protocol-buffers/docs/proto3#json)).
-
builder
public static WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs.Builder builder()
-
builder
public static WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs.Builder builder(WorkflowTemplatePlacementManagedClusterConfigLifecycleConfigArgs defaults)
-
-