toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Entity
Uptime
Args
Link copied to clipboard
constructor
(
daysPerMonth
:
Output
<
Int
>
?
=
null
,
hoursPerDay
:
Output
<
Int
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EntityUptimeArgs