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

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) - Allows to define schedule that runs every nth hour.
  • 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.

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.ResourcePolicyHourlyCycle{
  duration: String.t(),
  hoursInCycle: integer(),
  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.