Reference documentation and code samples for the Google Cloud Memorystore for Redis V1beta1 API class Google::Cloud::Redis::V1beta1::MaintenanceSchedule.
Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#can_reschedule
def can_reschedule() -> ::Boolean
Returns
- (::Boolean) — If the scheduled maintenance can be rescheduled, default is true.
#can_reschedule=
def can_reschedule=(value) -> ::Boolean
Parameter
- value (::Boolean) — If the scheduled maintenance can be rescheduled, default is true.
Returns
- (::Boolean) — If the scheduled maintenance can be rescheduled, default is true.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The end time of any upcoming scheduled maintenance for this instance.
#schedule_deadline_time
def schedule_deadline_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The start time of any upcoming scheduled maintenance for this instance.