NomadClient.Model.DeploymentPauseRequest (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.DeploymentPauseRequest{
  DeploymentID: String.t() | nil,
  Namespace: String.t() | nil,
  Pause: boolean() | nil,
  Region: String.t() | nil,
  SecretID: String.t() | nil
}