Class: Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule
- 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
-
#end_date ⇒ ::Google::Type::Date
Optional.
-
#start_date ⇒ ::Google::Type::Date
Optional.
-
#time ⇒ ::Google::Type::TimeOfDay
Optional.
Instance Attribute Details
#end_date ⇒ ::Google::Type::Date
Returns Optional. Deny period end date.
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.
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.
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 |