pulumi-azure-native-kotlin
1.104.0.1
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
>
Constructors
Functions
Properties
Constructors
Vm
Uptime
Args
Link copied to clipboard
fun
VmUptimeArgs
(
daysPerMonth
:
Output
<
Double
>
?
=
null
,
hoursPerDay
:
Output
<
Double
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
VmUptimeArgs
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.