Class MaintenanceWindow
MaintenanceWindow specifies a preferred day and time for maintenance.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchemaProperties
Day
Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
Declaration
[JsonProperty("day")]
public virtual string Day { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
StartTime
Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
Declaration
[JsonProperty("startTime")]
public virtual GoogleTypeTimeOfDay StartTime { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleTypeTimeOfDay |