toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.inputs
/
VmUptimeArgs
Vm
Uptime
Args
data
class
VmUptimeArgs
(
val
daysPerMonth
:
Output
<
Double
>
?
=
null
,
val
hoursPerDay
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
VmUptimeArgs
>
Members
Constructors
Vm
Uptime
Args
Link copied to clipboard
constructor
(
daysPerMonth
:
Output
<
Double
>
?
=
null
,
hoursPerDay
:
Output
<
Double
>
?
=
null
)
Properties
days
Per
Month
Link copied to clipboard
val
daysPerMonth
:
Output
<
Double
>
?
=
null
Number of days in a month for VM uptime.
hours
Per
Day
Link copied to clipboard
val
hoursPerDay
:
Output
<
Double
>
?
=
null
Number of hours per day for VM uptime.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VmUptimeArgs