Class: Google::Cloud::Redis::V1::MaintenanceSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::MaintenanceSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.
Instance Attribute Summary collapse
-
#can_reschedule ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#schedule_deadline_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#can_reschedule ⇒ ::Boolean
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns If the scheduled maintenance can be rescheduled, default is true.
493 494 495 496 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 493 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The end time of any upcoming scheduled maintenance for this instance.
493 494 495 496 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 493 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule_deadline_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.
493 494 495 496 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 493 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The start time of any upcoming scheduled maintenance for this instance.
493 494 495 496 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 493 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |