Google Cloud OS Config v1 API - Class RecurringSchedule (2.3.0)

public sealed class RecurringSchedule : IMessage<RecurringSchedule>, IEquatable<RecurringSchedule>, IDeepCloneable<RecurringSchedule>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1 API class RecurringSchedule.

Sets the time for recurring patch deployments.

Inheritance

object > RecurringSchedule

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

RecurringSchedule()

public RecurringSchedule()

RecurringSchedule(RecurringSchedule)

public RecurringSchedule(RecurringSchedule other)
Parameter
NameDescription
otherRecurringSchedule

Properties

EndTime

public Timestamp EndTime { get; set; }

Optional. The end time at which a recurring patch deployment schedule is no longer active.

Property Value
TypeDescription
Timestamp

Frequency

public RecurringSchedule.Types.Frequency Frequency { get; set; }

Required. The frequency unit of this recurring schedule.

Property Value
TypeDescription
RecurringScheduleTypesFrequency

LastExecuteTime

public Timestamp LastExecuteTime { get; set; }

Output only. The time the last patch job ran successfully.

Property Value
TypeDescription
Timestamp

Monthly

public MonthlySchedule Monthly { get; set; }

Required. Schedule with monthly executions.

Property Value
TypeDescription
MonthlySchedule

NextExecuteTime

public Timestamp NextExecuteTime { get; set; }

Output only. The time the next patch job is scheduled to run.

Property Value
TypeDescription
Timestamp

ScheduleConfigCase

public RecurringSchedule.ScheduleConfigOneofCase ScheduleConfigCase { get; }
Property Value
TypeDescription
RecurringScheduleScheduleConfigOneofCase

StartTime

public Timestamp StartTime { get; set; }

Optional. The time that the recurring schedule becomes effective. Defaults to create_time of the patch deployment.

Property Value
TypeDescription
Timestamp

TimeOfDay

public TimeOfDay TimeOfDay { get; set; }

Required. Time of the day to run a recurring deployment.

Property Value
TypeDescription
TimeOfDay

TimeZone

public TimeZone TimeZone { get; set; }

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.

Property Value
TypeDescription
TimeZone

Weekly

public WeeklySchedule Weekly { get; set; }

Required. Schedule with weekly executions.

Property Value
TypeDescription
WeeklySchedule