NomadClient.Model.JobPlanResponse (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.JobPlanResponse{
  Annotations: NomadClient.Model.PlanAnnotations.t() | nil,
  CreatedEvals: [NomadClient.Model.Evaluation.t()] | nil,
  Diff: NomadClient.Model.JobDiff.t() | nil,
  FailedTGAllocs:
    %{optional(String.t()) => NomadClient.Model.AllocationMetric.t()} | nil,
  JobModifyIndex: integer() | nil,
  NextPeriodicLaunch: DateTime.t() | nil,
  Warnings: String.t() | nil
}