View Source GoogleApi.AlloyDB.V1.Model.MaintenanceUpdatePolicy (google_api_alloy_db v0.10.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
@type t() :: %GoogleApi.AlloyDB.V1.Model.MaintenanceUpdatePolicy{ maintenanceWindows: [GoogleApi.AlloyDB.V1.Model.MaintenanceWindow.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.