NomadClient.Model.ScalingRequest (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.ScalingRequest{
  Count: integer() | nil,
  Error: boolean() | nil,
  Message: String.t() | nil,
  Meta: %{optional(String.t()) => any()} | nil,
  Namespace: String.t() | nil,
  PolicyOverride: boolean() | nil,
  Region: String.t() | nil,
  SecretID: String.t() | nil,
  Target: %{optional(String.t()) => String.t()} | nil
}