Class: Google::Cloud::Memcache::V1beta2::MaintenanceSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Memcache::V1beta2::MaintenanceSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb
Overview
Upcoming maintenance schedule.
Instance Attribute Summary collapse
-
#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
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The end time of any upcoming scheduled maintenance for this instance.
269 270 271 272 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 269 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.
269 270 271 272 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 269 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.
269 270 271 272 |
# File 'proto_docs/google/cloud/memcache/v1beta2/cloud_memcache.rb', line 269 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |