Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule

Maintenance window for the database resource. It specifies preferred time and day of the week and phase in some cases, when the maintenance can start. This is configured by the customer.

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

Properties

Day

Optional. 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

Phase

Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance

Declaration
[JsonProperty("phase")]
public virtual string Phase { get; set; }
Property Value
Type Description
string

Time

Optional. Preferred time to start the maintenance operation on the specified day.

Declaration
[JsonProperty("time")]
public virtual GoogleTypeTimeOfDay Time { get; set; }
Property Value
Type Description
GoogleTypeTimeOfDay

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX