View Source GoogleApi.Container.V1.Model.DailyMaintenanceWindow (google_api_container v0.45.0)

Time window specified for daily maintenance 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. Duration will be in RFC3339 format "PTnHnMnS".
  • startTime (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.DailyMaintenanceWindow{
  duration: String.t() | nil,
  startTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.