Class: Google::Cloud::AlloyDB::V1beta::MaintenanceUpdatePolicy::DenyMaintenancePeriod

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

Overview

DenyMaintenancePeriod definition. Excepting emergencies, maintenance will not be scheduled to start within this deny period. The start_date must be less than the end_date.

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::Google::Type::Date

Returns Deny period end date. This can be:

  • A full date, with non-zero year, month and day values OR
  • A month and day value, with a zero year for recurring.

Returns:

  • (::Google::Type::Date)

    Deny period end date. This can be:

    • A full date, with non-zero year, month and day values OR
    • A month and day value, with a zero year for recurring


377
378
379
380
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 377

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

#start_date::Google::Type::Date

Returns Deny period start date. This can be:

  • A full date, with non-zero year, month and day values OR
  • A month and day value, with a zero year for recurring.

Returns:

  • (::Google::Type::Date)

    Deny period start date. This can be:

    • A full date, with non-zero year, month and day values OR
    • A month and day value, with a zero year for recurring


377
378
379
380
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 377

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

#time::Google::Type::TimeOfDay

Returns Time in UTC when the deny period starts on start_date and ends on end_date. This can be:

  • Full time OR
  • All zeros for 00:00:00 UTC.

Returns:

  • (::Google::Type::TimeOfDay)

    Time in UTC when the deny period starts on start_date and ends on end_date. This can be:

    • Full time OR
    • All zeros for 00:00:00 UTC


377
378
379
380
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 377

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