Show / Hide Table of Contents

Class MaintenanceWindow

MaintenanceWindow defines the maintenance window to be used for the cluster.

Inheritance
object
MaintenanceWindow
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchema

Properties

DailyMaintenanceWindow

DailyMaintenanceWindow specifies a daily maintenance operation window.

Declaration
[JsonProperty("dailyMaintenanceWindow")]
public virtual DailyMaintenanceWindow DailyMaintenanceWindow { get; set; }
Property Value
Type Description
DailyMaintenanceWindow

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaintenanceExclusions

Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.

Declaration
[JsonProperty("maintenanceExclusions")]
public virtual IDictionary<string, TimeWindow> MaintenanceExclusions { get; set; }
Property Value
Type Description
IDictionary<string, TimeWindow>

RecurringWindow

RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.

Declaration
[JsonProperty("recurringWindow")]
public virtual RecurringTimeWindow RecurringWindow { get; set; }
Property Value
Type Description
RecurringTimeWindow

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX