NomadClient.Model.PeriodicConfig (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.PeriodicConfig{
  Enabled: boolean() | nil,
  ProhibitOverlap: boolean() | nil,
  Spec: String.t() | nil,
  SpecType: String.t() | nil,
  TimeZone: String.t() | nil
}