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

Time window specified for hourly operations.

Attributes

  • duration (String.t): [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Defaults to: null.
  • hoursInCycle (integer()): Allows to define schedule that runs every nth hour. 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.ResourcePolicyHourlyCycle{
  duration: any(),
  hoursInCycle: 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.