Show / Hide Table of Contents

Class Schedule

A schedule for the autoscaler.

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

Properties

CronExpression

Cron expression for the triggering the schedule. See https://cloud.google.com/compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax.

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

Description

Description of the schedule.

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

Disabled

If true, the schedule is disabled.

Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type Description
bool?

DurationSec

Duration of the schedule.

Declaration
[JsonProperty("durationSec")]
public virtual long? DurationSec { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

MinNodeCount

Minimum number of nodes in while the schedule is active.

Declaration
[JsonProperty("minNodeCount")]
public virtual long? MinNodeCount { get; set; }
Property Value
Type Description
long?

Name

Name of the schedule.

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

TimeZone

The location-based IANA time zone for interpreting the schedule's start time. If no time zone is provided, UTC is used by default.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX