Class: Google::Cloud::AlloyDB::V1::AutomatedBackupPolicy::WeeklySchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1/resources.rb

Overview

A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week.

The weekly schedule message is flexible and can be used to create many types of schedules. For example, to have a daily backup that starts at 22:00, configure the start_times field to have one element "22:00" and the days_of_week field to have all seven days of the week.

Instance Attribute Summary collapse

Instance Attribute Details

#days_of_week::Array<::Google::Type::DayOfWeek>



218
219
220
221
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 218

class WeeklySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_times::Array<::Google::Type::TimeOfDay>



218
219
220
221
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 218

class WeeklySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end