pulumi-alicloud-kotlin
3.55.2.0
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
>
Constructors
Functions
Properties
Constructors
Synthetic
Task
Custom
Period
Args
Link copied to clipboard
fun
SyntheticTaskCustomPeriodArgs
(
endHour
:
Output
<
Int
>
?
=
null
,
startHour
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SyntheticTaskCustomPeriodArgs
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.