google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.ResourcePolicyDailyCycle View Source

Time window specified for daily operations.

Attributes

  • daysInCycle (type: integer(), default: nil) - Defines a schedule that runs every nth day of the month.
  • duration (type: String.t, default: nil) - [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
  • startTime (type: String.t, default: nil) - Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.

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.ResourcePolicyDailyCycle{
  daysInCycle: integer(),
  duration: String.t(),
  startTime: String.t()
}

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.