NomadClient.Model.PortMapping (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.PortMapping{
  HostIP: String.t() | nil,
  Label: String.t() | nil,
  To: integer() | nil,
  Value: integer() | nil
}