Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule.
Deny maintenance period for the database resource. It specifies the time range during which the maintenance cannot start. This is configured by the customer.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_date
def end_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — Optional. Deny period end date.
#end_date=
def end_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — Optional. Deny period end date.
Returns
- (::Google::Type::Date) — Optional. Deny period end date.
#start_date
def start_date() -> ::Google::Type::Date
Returns
- (::Google::Type::Date) — Optional. The start date of the deny maintenance period.
#start_date=
def start_date=(value) -> ::Google::Type::Date
Parameter
- value (::Google::Type::Date) — Optional. The start date of the deny maintenance period.
Returns
- (::Google::Type::Date) — Optional. The start date of the deny maintenance period.
#time
def time() -> ::Google::Type::TimeOfDay
Returns
- (::Google::Type::TimeOfDay) — Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
#time=
def time=(value) -> ::Google::Type::TimeOfDay
Parameter
- value (::Google::Type::TimeOfDay) — Optional. Time in UTC when the deny period starts on start_date and ends on end_date.
Returns
- (::Google::Type::TimeOfDay) — Optional. Time in UTC when the deny period starts on start_date and ends on end_date.