Class MaintenancePolicy
MaintenancePolicy defines the maintenance policy to be used for the cluster.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class MaintenancePolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceVersion
A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally
undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove
other fields). Make a get()
request to the cluster to get the current resource version and include it with
requests to set the policy.
Declaration
[JsonProperty("resourceVersion")]
public virtual string ResourceVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Window
Specifies the maintenance window in which maintenance may be performed.
Declaration
[JsonProperty("window")]
public virtual MaintenanceWindow Window { get; set; }
Property Value
Type | Description |
---|---|
MaintenanceWindow |