toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Entity
Uptime
Response
Link copied to clipboard
constructor
(
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.