Google Cloud OsConfig V1 Client - Class Frequency (1.3.3)

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

Namespace

Google \ Cloud \ OsConfig \ V1 \ RecurringSchedule

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;