ClusterMaintenancePolicy

data class ClusterMaintenancePolicy(val dailyMaintenanceWindow: ClusterMaintenancePolicyDailyMaintenanceWindow? = null, val maintenanceExclusions: List<ClusterMaintenancePolicyMaintenanceExclusion>? = null, val recurringWindow: ClusterMaintenancePolicyRecurringWindow? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time window specified for daily maintenance operations. Specify start_time in RFC3339 format "HH:MM”, where HH : \[00-23\] and MM : \[00-59\] GMT. For example:

Link copied to clipboard

Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows. A cluster can have up to three maintenance exclusions at a time Maintenance Window and Exclusions

Link copied to clipboard

Time window for recurring maintenance operations.