Class MaintenanceUpdatePolicy
MaintenanceUpdatePolicy defines the policy for system updates.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class MaintenanceUpdatePolicy : IDirectResponseSchemaProperties
DenyMaintenancePeriods
Periods to deny maintenance. Currently limited to 1.
Declaration
[JsonProperty("denyMaintenancePeriods")]
public virtual IList<DenyMaintenancePeriod> DenyMaintenancePeriods { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<DenyMaintenancePeriod> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MaintenanceWindows
Preferred windows to perform maintenance. Currently limited to 1.
Declaration
[JsonProperty("maintenanceWindows")]
public virtual IList<MaintenanceWindow> MaintenanceWindows { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<MaintenanceWindow> |