Class: Google::Cloud::AlloyDB::V1alpha::MaintenanceSchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.

Instance Attribute Summary collapse

Instance Attribute Details

#start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The scheduled start time for the maintenance.

Returns:



353
354
355
356
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 353

class MaintenanceSchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end