AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::MaintenanceUpdatePolicy::MaintenanceWindow (v0.9.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::MaintenanceUpdatePolicy::MaintenanceWindow.

MaintenanceWindow specifies a preferred day and time for maintenance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#day

def day() -> ::Google::Type::DayOfWeek
Returns

#day=

def day=(value) -> ::Google::Type::DayOfWeek
Parameter
Returns

#start_time

def start_time() -> ::Google::Type::TimeOfDay
Returns
  • (::Google::Type::TimeOfDay) — Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.

#start_time=

def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
  • value (::Google::Type::TimeOfDay) — Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
Returns
  • (::Google::Type::TimeOfDay) — Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.