Nomad.Model.Service (nomad_client v0.10.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %Nomad.Model.Service{
  AddressMode: String.t() | nil,
  CanaryMeta: %{optional(String.t()) => String.t()} | nil,
  CanaryTags: [String.t()] | nil,
  CheckRestart: Nomad.Model.CheckRestart.t() | nil,
  Checks: [Nomad.Model.ServiceCheck.t()] | nil,
  Connect: Nomad.Model.ConsulConnect.t() | nil,
  EnableTagOverride: boolean() | nil,
  ID: String.t() | nil,
  Meta: %{optional(String.t()) => String.t()} | nil,
  Name: String.t() | nil,
  PortLabel: String.t() | nil,
  Tags: [String.t()] | nil
}