toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.arms.kotlin.inputs
/
SyntheticTaskCustomPeriodArgs
Synthetic
Task
Custom
Period
Args
data
class
SyntheticTaskCustomPeriodArgs
(
val
endHour
:
Output
<
Int
>
?
=
null
,
val
startHour
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
SyntheticTaskCustomPeriodArgs
>
Members
Constructors
Synthetic
Task
Custom
Period
Args
Link copied to clipboard
constructor
(
endHour
:
Output
<
Int
>
?
=
null
,
startHour
:
Output
<
Int
>
?
=
null
)
Properties
end
Hour
Link copied to clipboard
val
endHour
:
Output
<
Int
>
?
=
null
End hours, 0-24.
start
Hour
Link copied to clipboard
val
startHour
:
Output
<
Int
>
?
=
null
Starting hours, 0-24.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SyntheticTaskCustomPeriodArgs