NomadClient.Model.JobRegisterRequest (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.JobRegisterRequest{
  EnforceIndex: boolean() | nil,
  EvalPriority: integer() | nil,
  Job: NomadClient.Model.Job.t() | nil,
  JobModifyIndex: integer() | nil,
  Namespace: String.t() | nil,
  PolicyOverride: boolean() | nil,
  PreserveCounts: boolean() | nil,
  Region: String.t() | nil,
  SecretID: String.t() | nil
}