Class RecurringSchedule
Sets the time for recurring patch deployments.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class RecurringSchedule : IDirectResponseSchema
Properties
EndTime
Optional. The end time at which a recurring patch deployment schedule is no longer active.
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Frequency
Required. The frequency unit of this recurring schedule.
Declaration
[JsonProperty("frequency")]
public virtual string Frequency { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastExecuteTime
Output only. The time the last patch job ran successfully.
Declaration
[JsonProperty("lastExecuteTime")]
public virtual object LastExecuteTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Monthly
Required. Schedule with monthly executions.
Declaration
[JsonProperty("monthly")]
public virtual MonthlySchedule Monthly { get; set; }
Property Value
| Type | Description |
|---|---|
| MonthlySchedule |
NextExecuteTime
Output only. The time the next patch job is scheduled to run.
Declaration
[JsonProperty("nextExecuteTime")]
public virtual object NextExecuteTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StartTime
Optional. The time that the recurring schedule becomes effective. Defaults to create_time of the patch
deployment.
Declaration
[JsonProperty("startTime")]
public virtual object StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TimeOfDay
Required. Time of the day to run a recurring deployment.
Declaration
[JsonProperty("timeOfDay")]
public virtual TimeOfDay TimeOfDay { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeOfDay |
TimeZone
Required. Defines the time zone that time_of_day is relative to. The rules for daylight saving time are
determined by the chosen time zone.
Declaration
[JsonProperty("timeZone")]
public virtual TimeZone TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeZone |
Weekly
Required. Schedule with weekly executions.
Declaration
[JsonProperty("weekly")]
public virtual WeeklySchedule Weekly { get; set; }
Property Value
| Type | Description |
|---|---|
| WeeklySchedule |