NomadClient.Model.JobPlanResponse (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

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
}