pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.inputs
/
EntityUptimeArgs
Entity
Uptime
Args
data
class
EntityUptimeArgs
(
val
daysPerMonth
:
Output
<
Int
>
?
=
null
,
val
hoursPerDay
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
EntityUptimeArgs
>
Entity Uptime.
Constructors
Functions
Properties
Constructors
Entity
Uptime
Args
Link copied to clipboard
fun
EntityUptimeArgs
(
daysPerMonth
:
Output
<
Int
>
?
=
null
,
hoursPerDay
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EntityUptimeArgs
Properties
days
Per
Month
Link copied to clipboard
val
daysPerMonth
:
Output
<
Int
>
?
=
null
Gets the days per month.
hours
Per
Day
Link copied to clipboard
val
hoursPerDay
:
Output
<
Int
>
?
=
null
Gets the hours per day.