View Source GoogleApi.AlloyDB.V1.Model.MaintenanceWindow (google_api_alloy_db v0.6.0)
MaintenanceWindow specifies a preferred day and time for maintenance.
Attributes
-
day
(type:String.t
, default:nil
) - Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc. -
startTime
(type:GoogleApi.AlloyDB.V1.Model.GoogleTypeTimeOfDay.t
, default:nil
) - Preferred time to start the maintenance operation on the specified day. Maintenance will start within 1 hour of this time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.MaintenanceWindow{ day: String.t() | nil, startTime: GoogleApi.AlloyDB.V1.Model.GoogleTypeTimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.