Show / Hide Table of Contents

Class MaintenanceUpdatePolicy

MaintenanceUpdatePolicy defines the policy for system updates.

Inheritance
object
MaintenanceUpdatePolicy
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class MaintenanceUpdatePolicy : IDirectResponseSchema

Properties

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX