Class: Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/databasecenter/v1beta/maintenance.rb

Overview

Deny maintenance period for the database resource. It specifies the time range during which the maintenance cannot start. This is configured by the customer.

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Google::Type::Date

Returns Optional. Deny period end date.

Returns:



60
61
62
63
# File 'proto_docs/google/cloud/databasecenter/v1beta/maintenance.rb', line 60

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

#start_date::Google::Type::Date

Returns Optional. The start date of the deny maintenance period.

Returns:



60
61
62
63
# File 'proto_docs/google/cloud/databasecenter/v1beta/maintenance.rb', line 60

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

#time::Google::Type::TimeOfDay

Returns Optional. Time in UTC when the deny period starts on start_date and ends on end_date.

Returns:



60
61
62
63
# File 'proto_docs/google/cloud/databasecenter/v1beta/maintenance.rb', line 60

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