pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.outputs
/
EntityUptimeResponse
Entity
Uptime
Response
data
class
EntityUptimeResponse
(
val
daysPerMonth
:
Int
?
=
null
,
val
hoursPerDay
:
Int
?
=
null
)
Entity Uptime.
Types
Constructors
Properties
Constructors
Entity
Uptime
Response
Link copied to clipboard
fun
EntityUptimeResponse
(
daysPerMonth
:
Int
?
=
null
,
hoursPerDay
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
days
Per
Month
Link copied to clipboard
val
daysPerMonth
:
Int
?
=
null
Gets the days per month.
hours
Per
Day
Link copied to clipboard
val
hoursPerDay
:
Int
?
=
null
Gets the hours per day.