google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.ResourcePolicyWeeklyCycleDayOfWeek View Source

Attributes

  • day (String.t): Allows to define schedule that runs specified day of the week. Defaults to: null.

    • Enum - one of [FRIDAY, INVALID, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY]
  • duration (String.t): [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Defaults to: null.
  • startTime (String.t): Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.ResourcePolicyWeeklyCycleDayOfWeek{
  day: any(),
  duration: any(),
  startTime: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.