Google Cloud OsConfig V1 Client - Class Frequency (1.0.5)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class Frequency.

Specifies the frequency of the recurring patch deployments.

Protobuf type google.cloud.osconfig.v1.RecurringSchedule.Frequency

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

FREQUENCY_UNSPECIFIED

Value: 0

Invalid. A frequency must be specified.

Generated from protobuf enum FREQUENCY_UNSPECIFIED = 0;

WEEKLY

Value: 1

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

Generated from protobuf enum WEEKLY = 1;

MONTHLY

Value: 2

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

Generated from protobuf enum MONTHLY = 2;

DAILY

Value: 3

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

Generated from protobuf enum DAILY = 3;