Nomad.Model.AllocationListStub (nomad_client v0.10.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Nomad.Model.AllocationListStub{
  ClientDescription: String.t() | nil,
  ClientStatus: String.t() | nil,
  CreateIndex: integer() | nil,
  CreateTime: integer() | nil,
  DeploymentStatus: Nomad.Model.AllocDeploymentStatus.t() | nil,
  DesiredDescription: String.t() | nil,
  DesiredStatus: String.t() | nil,
  EvalID: String.t() | nil,
  FollowupEvalID: String.t() | nil,
  ID: String.t() | nil,
  JobID: String.t() | nil,
  JobType: String.t() | nil,
  JobVersion: integer() | nil,
  ModifyIndex: integer() | nil,
  ModifyTime: integer() | nil,
  Name: String.t() | nil,
  Namespace: String.t() | nil,
  NodeID: String.t() | nil,
  NodeName: String.t() | nil,
  PreemptedAllocations: [String.t()] | nil,
  PreemptedByAllocation: String.t() | nil,
  RescheduleTracker: Nomad.Model.RescheduleTracker.t() | nil,
  TaskGroup: String.t() | nil,
  TaskStates: %{optional(String.t()) => Nomad.Model.TaskState.t()} | nil
}