Enum RecurringSchedule.Types.Frequency (1.7.0)

public enum Frequency

Specifies the frequency of the recurring patch deployments.

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Daily

Indicates that the frequency should be expressed in terms of days.

Monthly

Indicates that the frequency should be expressed in terms of months.

Unspecified

Invalid. A frequency must be specified.

Weekly

Indicates that the frequency should be expressed in terms of weeks.