GoogleApi.VMwareEngine.V1.Model.TimeWindow (google_api_v_mware_engine v0.5.0)
View SourceRepresents the time window to perform upgrade activities.
Attributes
-
dayOfWeek
(type:String.t
, default:nil
) - Required. Day of the week for this window. -
duration
(type:String.t
, default:nil
) - Required. The duration of the window. The max allowed duration for any window is 24 hours. -
startTime
(type:GoogleApi.VMwareEngine.V1.Model.TimeOfDay.t
, default:nil
) - Required. Time in UTC when the window starts.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMwareEngine.V1.Model.TimeWindow{ dayOfWeek: String.t() | nil, duration: String.t() | nil, startTime: GoogleApi.VMwareEngine.V1.Model.TimeOfDay.t() | nil }