toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.dataproc.kotlin.inputs
/
JobSchedulingArgs
Job
Scheduling
Args
data
class
JobSchedulingArgs
(
val
maxFailuresPerHour
:
Output
<
Int
>
,
val
maxFailuresTotal
:
Output
<
Int
>
)
:
ConvertibleToJava
<
JobSchedulingArgs
>
Members
Constructors
Job
Scheduling
Args
Link copied to clipboard
constructor
(
maxFailuresPerHour
:
Output
<
Int
>
,
maxFailuresTotal
:
Output
<
Int
>
)
Properties
max
Failures
Per
Hour
Link copied to clipboard
val
maxFailuresPerHour
:
Output
<
Int
>
max
Failures
Total
Link copied to clipboard
val
maxFailuresTotal
:
Output
<
Int
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
JobSchedulingArgs