Class: Google::Cloud::OsConfig::V1::MonthlySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::MonthlySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/patch_deployments.rb
Overview
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".
Instance Attribute Summary collapse
-
#month_day ⇒ ::Integer
Required.
-
#week_day_of_month ⇒ ::Google::Cloud::OsConfig::V1::WeekDayOfMonth
Required.
Instance Attribute Details
#month_day ⇒ ::Integer
188 189 190 191 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 188 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#week_day_of_month ⇒ ::Google::Cloud::OsConfig::V1::WeekDayOfMonth
188 189 190 191 |
# File 'proto_docs/google/cloud/osconfig/v1/patch_deployments.rb', line 188 class MonthlySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |