EntityUptimeArgs

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

Entity Uptime.

Constructors

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

Properties

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

Gets the days per month.

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

Gets the hours per day.

Functions

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