GoogleApi.VMwareEngine.V1.Model.Schedule (google_api_v_mware_engine v0.5.0)

View Source

Schedule for the upgrade.

Attributes

  • constraints (type: GoogleApi.VMwareEngine.V1.Model.Constraints.t, default: nil) - Output only. Output Only. Constraints applied to the schedule. These constraints should be applicable at the time of any rescheduling.
  • editWindow (type: GoogleApi.VMwareEngine.V1.Model.Interval.t, default: nil) - Output only. Output Only. The schedule is open for edits during this time interval or window.
  • lastEditor (type: String.t, default: nil) - Output only. Output Only. Indicates who most recently edited the upgrade schedule. The value is updated whenever the upgrade is rescheduled.
  • startTime (type: DateTime.t, default: nil) - Required. The scheduled start time for the upgrade.
  • weeklyWindows (type: list(GoogleApi.VMwareEngine.V1.Model.TimeWindow.t), default: nil) - Required. Weekly time windows for upgrade activities. The server performs upgrade activities during these time windows to minimize disruptions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.Schedule{
  constraints: GoogleApi.VMwareEngine.V1.Model.Constraints.t() | nil,
  editWindow: GoogleApi.VMwareEngine.V1.Model.Interval.t() | nil,
  lastEditor: String.t() | nil,
  startTime: DateTime.t() | nil,
  weeklyWindows: [GoogleApi.VMwareEngine.V1.Model.TimeWindow.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.