toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.containerservice.kotlin.outputs
/
KubernetesClusterMaintenanceWindowNodeOs
/
KubernetesClusterMaintenanceWindowNodeOs
Kubernetes
Cluster
Maintenance
Window
Node
Os
constructor
(
dayOfMonth
:
Int
?
=
null
,
dayOfWeek
:
String
?
=
null
,
duration
:
Int
,
frequency
:
String
,
interval
:
Int
,
notAlloweds
:
List
<
KubernetesClusterMaintenanceWindowNodeOsNotAllowed
>
?
=
null
,
startDate
:
String
?
=
null
,
startTime
:
String
?
=
null
,
utcOffset
:
String
?
=
null
,
weekIndex
:
String
?
=
null
)