KubernetesClusterMaintenancePolicy

data class KubernetesClusterMaintenancePolicy(val day: String? = null, val duration: String? = null, val startTime: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: 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: String? = null

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

Link copied to clipboard
val startTime: String? = null

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