KubernetesClusterMaintenancePolicyArgs

data class KubernetesClusterMaintenancePolicyArgs(val day: Output<String>? = null, val duration: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<KubernetesClusterMaintenancePolicyArgs>

Constructors

Link copied to clipboard
constructor(day: Output<String>? = null, duration: Output<String>? = null, startTime: Output<String>? = null)

Properties

Link copied to clipboard
val day: Output<String>? = null

The day of the maintenance window policy. May be one of "monday" through "sunday", or "any" to indicate an arbitrary week day.

Link copied to clipboard
val duration: Output<String>? = null

A string denoting the duration of the service window, e.g., "04:00".

Link copied to clipboard
val startTime: Output<String>? = null

The start time in UTC of the maintenance window policy in 24-hour clock format / HH:MM notation (e.g., 15:00).

Functions

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