Database Center V1BETA API - Class Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule (v0.1.0)

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

#end_date=

def end_date=(value) -> ::Google::Type::Date
Parameter
Returns

#start_date

def start_date() -> ::Google::Type::Date
Returns

#start_date=

def start_date=(value) -> ::Google::Type::Date
Parameter
Returns

#time

def time() -> ::Google::Type::TimeOfDay
Returns

#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