View Source GoogleApi.Compute.V1.Model.ResourcePolicyDailyCycle (google_api_compute v0.56.0)

Time window specified for daily operations.

Attributes

  • daysInCycle (type: integer(), default: nil) - Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ResourcePolicyDailyCycle{
  daysInCycle: integer() | nil,
  duration: String.t() | nil,
  startTime: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.