Package com.pulumi.gcp.dataproc.outputs
Class WorkflowTemplateJobScheduling
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.WorkflowTemplateJobScheduling
-
public final class WorkflowTemplateJobScheduling extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WorkflowTemplateJobScheduling.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkflowTemplateJobScheduling.Builder
builder()
static WorkflowTemplateJobScheduling.Builder
builder(WorkflowTemplateJobScheduling defaults)
java.util.Optional<java.lang.Integer>
maxFailuresPerHour()
java.util.Optional<java.lang.Integer>
maxFailuresTotal()
-
-
-
Method Detail
-
maxFailuresPerHour
public java.util.Optional<java.lang.Integer> maxFailuresPerHour()
- Returns:
- Maximum number of times per hour a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. A job may be reported as thrashing if driver exits with non-zero code 4 times within 10 minute window. Maximum value is 10.
-
maxFailuresTotal
public java.util.Optional<java.lang.Integer> maxFailuresTotal()
- Returns:
- Maximum number of times in total a driver may be restarted as a result of driver exiting with non-zero code before job is reported failed. Maximum value is 240
-
builder
public static WorkflowTemplateJobScheduling.Builder builder()
-
builder
public static WorkflowTemplateJobScheduling.Builder builder(WorkflowTemplateJobScheduling defaults)
-
-