Class: Google::Cloud::AlloyDB::V1::MaintenanceUpdatePolicy::MaintenanceWindow

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

Overview

MaintenanceWindow specifies a preferred day and time for maintenance.

Instance Attribute Summary collapse

Instance Attribute Details

#day::Google::Type::DayOfWeek



351
352
353
354
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 351

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

#start_time::Google::Type::TimeOfDay



351
352
353
354
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 351

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