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
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndTime
object representation of EndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EndTimeDateTimeOffset
DateTimeOffset representation of EndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EndTimeRaw
Optional. The end time at which a recurring patch deployment schedule is no longer active.
Declaration
[JsonProperty("endTime")]
public virtual string EndTimeRaw { 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
object representation of LastExecuteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastExecuteTimeDateTimeOffset instead.")]
public virtual object LastExecuteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastExecuteTimeDateTimeOffset
DateTimeOffset representation of LastExecuteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastExecuteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastExecuteTimeRaw
Output only. The time the last patch job ran successfully.
Declaration
[JsonProperty("lastExecuteTime")]
public virtual string LastExecuteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Monthly
Required. Schedule with monthly executions.
Declaration
[JsonProperty("monthly")]
public virtual MonthlySchedule Monthly { get; set; }
Property Value
Type | Description |
---|---|
MonthlySchedule |
NextExecuteTime
object representation of NextExecuteTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NextExecuteTimeDateTimeOffset instead.")]
public virtual object NextExecuteTime { get; set; }
Property Value
Type | Description |
---|---|
object |
NextExecuteTimeDateTimeOffset
DateTimeOffset representation of NextExecuteTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NextExecuteTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
NextExecuteTimeRaw
Output only. The time the next patch job is scheduled to run.
Declaration
[JsonProperty("nextExecuteTime")]
public virtual string NextExecuteTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Optional. The time that the recurring schedule becomes effective. Defaults to create_time
of the patch
deployment.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |