Class: Google::Cloud::Memorystore::V1::MaintenanceSchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::MaintenanceSchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Upcoming maintenance schedule.
Instance Attribute Summary collapse
-
#end_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.
660 661 662 663 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 660 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.
660 661 662 663 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 660 class MaintenanceSchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |