View Source GoogleApi.Compute.V1.Model.ResourcePolicyHourlyCycle (google_api_compute v0.56.2)

Time window specified for hourly operations.

Attributes

  • duration (type: String.t, default: nil) - [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
  • hoursInCycle (type: integer(), default: nil) - Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
  • startTime (type: String.t, default: nil) - Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.