Show / Hide Table of Contents

Class WeeklySchedule

A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week. The weekly schedule message is flexible and can be used to create many types of schedules. For example, to have a daily backup that starts at 22:00, configure the start_times field to have one element "22:00" and the days_of_week field to have all seven days of the week.

Inheritance
object
WeeklySchedule
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 WeeklySchedule : IDirectResponseSchema

Properties

DaysOfWeek

The days of the week to perform a backup. If this field is left empty, the default of every day of the week is used.

Declaration
[JsonProperty("daysOfWeek")]
public virtual IList<string> DaysOfWeek { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartTimes

The times during the day to start a backup. The start times are assumed to be in UTC and to be an exact hour (e.g., 04:00:00). If no start times are provided, a single fixed start time is chosen arbitrarily.

Declaration
[JsonProperty("startTimes")]
public virtual IList<GoogleTypeTimeOfDay> StartTimes { get; set; }
Property Value
Type Description
IList<GoogleTypeTimeOfDay>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX