Cluster Maintenance Policy
data class ClusterMaintenancePolicy(val createTime: String? = null, val updateTime: String? = null, val weeklyMaintenanceWindows: List<ClusterMaintenancePolicyWeeklyMaintenanceWindow>? = null)
Constructors
Link copied to clipboard
constructor(createTime: String? = null, updateTime: String? = null, weeklyMaintenanceWindows: List<ClusterMaintenancePolicyWeeklyMaintenanceWindow>? = null)
Properties
Link copied to clipboard
(Output) Output only. The time when the policy was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
Link copied to clipboard
(Output) Output only. The time when the policy was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
Link copied to clipboard
Optional. Maintenance window that is applied to resources covered by this policy. Minimum 1. For the current version, the maximum number of weekly_window is expected to be one. Structure is documented below.