Class DataprocJobScheduling.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobScheduling.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocJobScheduling,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocJobScheduling
@Stability(Stable) @Internal public static final class DataprocJobScheduling.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocJobScheduling
An implementation forDataprocJobScheduling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobScheduling
DataprocJobScheduling.Builder, DataprocJobScheduling.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocJobScheduling.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocJobScheduling.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetMaxFailuresPerHour()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.NumbergetMaxFailuresTotal()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.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataprocJobScheduling.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocJobScheduling.Builder.
-
-
Method Detail
-
getMaxFailuresPerHour
public final Number getMaxFailuresPerHour()
Description copied from interface:DataprocJobSchedulingMaximum 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.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_per_hour DataprocJob#max_failures_per_hour}
- Specified by:
getMaxFailuresPerHourin interfaceDataprocJobScheduling
-
getMaxFailuresTotal
public final Number getMaxFailuresTotal()
Description copied from interface:DataprocJobSchedulingMaximum 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.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#max_failures_total DataprocJob#max_failures_total}
- Specified by:
getMaxFailuresTotalin interfaceDataprocJobScheduling
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-