Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::MaintenanceUpdatePolicy::MaintenanceWindow.
MaintenanceWindow specifies a preferred day and time for maintenance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#day
def day() -> ::Google::Type::DayOfWeek
Returns
- (::Google::Type::DayOfWeek) — Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
#day=
def day=(value) -> ::Google::Type::DayOfWeek
Parameter
- value (::Google::Type::DayOfWeek) — Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
Returns
- (::Google::Type::DayOfWeek) — Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.
#start_time
def start_time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
#start_time=
def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — 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.