View Source GoogleApi.AlloyDB.V1.Model.MaintenanceUpdatePolicy (google_api_alloy_db v0.14.0)

MaintenanceUpdatePolicy defines the policy for system updates.

Attributes

  • maintenanceWindows (type: list(GoogleApi.AlloyDB.V1.Model.MaintenanceWindow.t), default: nil) - Preferred windows to perform maintenance. Currently limited to 1.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlloyDB.V1.Model.MaintenanceUpdatePolicy{
  maintenanceWindows: [GoogleApi.AlloyDB.V1.Model.MaintenanceWindow.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.