Class: Google::Cloud::AlloyDB::V1beta::MaintenanceUpdatePolicy::MaintenanceWindow

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

Overview

MaintenanceWindow specifies a preferred day and time for maintenance.

Instance Attribute Summary collapse

Instance Attribute Details

#day::Google::Type::DayOfWeek

Returns Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.

Returns:



339
340
341
342
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 339

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

#start_time::Google::Type::TimeOfDay

Returns Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.

Returns:

  • (::Google::Type::TimeOfDay)

    Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.



339
340
341
342
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 339

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