VmUptimeArgs

data class VmUptimeArgs(val daysPerMonth: Output<Double>? = null, val hoursPerDay: Output<Double>? = null) : ConvertibleToJava<VmUptimeArgs>

Details on the total up-time for the VM.

Constructors

Link copied to clipboard
constructor(daysPerMonth: Output<Double>? = null, hoursPerDay: Output<Double>? = null)

Properties

Link copied to clipboard
val daysPerMonth: Output<Double>? = null

Number of days in a month for VM uptime.

Link copied to clipboard
val hoursPerDay: Output<Double>? = null

Number of hours per day for VM uptime.

Functions

Link copied to clipboard
open override fun toJava(): VmUptimeArgs