google_api_container v0.6.0 GoogleApi.Container.V1.Model.DailyMaintenanceWindow View Source

Time window specified for daily maintenance operations.

Attributes

  • duration (String.t): [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS". Defaults to: null.
  • startTime (String.t): Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM”, where HH : [00-23] and MM : [00-59] 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.Container.V1.Model.DailyMaintenanceWindow{
  duration: 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.