Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::MonthlySchedule (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::MonthlySchedule.

Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#month_day

def month_day() -> ::Integer
Returns
  • (::Integer) — Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.

#month_day=

def month_day=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
Returns
  • (::Integer) — Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.

#week_day_of_month

def week_day_of_month() -> ::Google::Cloud::OsConfig::V1::WeekDayOfMonth
Returns

#week_day_of_month=

def week_day_of_month=(value) -> ::Google::Cloud::OsConfig::V1::WeekDayOfMonth
Parameter
Returns