Class: Google::Cloud::AlloyDB::V1alpha::MaintenanceUpdatePolicy::MaintenanceWindow
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::MaintenanceUpdatePolicy::MaintenanceWindow
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/resources.rb
Overview
MaintenanceWindow specifies a preferred day and time for maintenance.
Instance Attribute Summary collapse
-
#day ⇒ ::Google::Type::DayOfWeek
Preferred day of the week for maintenance, e.g.
-
#start_time ⇒ ::Google::Type::TimeOfDay
Preferred time to start the maintenance operation on the specified day.
Instance Attribute Details
#day ⇒ ::Google::Type::DayOfWeek
Returns Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
339 340 341 342 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/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.
339 340 341 342 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 339 class MaintenanceWindow include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |