KubernetesClusterMaintenanceWindowAllowedArgs

data class KubernetesClusterMaintenanceWindowAllowedArgs(val day: Output<String>, val hours: Output<List<Int>>) : ConvertibleToJava<KubernetesClusterMaintenanceWindowAllowedArgs>

Constructors

constructor(day: Output<String>, hours: Output<List<Int>>)

Properties

Link copied to clipboard
val day: Output<String>

A day in a week. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Link copied to clipboard
val hours: Output<List<Int>>

An array of hour slots in a day. For example, specifying 1 will allow maintenance from 1:00am to 2:00am. Specifying 1, 2 will allow maintenance from 1:00am to 3:00m. Possible values are between 0 and 23.

Functions

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