NomadClient.Model.ConsulExposePath (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.ConsulExposePath{
  ListenerPort: String.t() | nil,
  LocalPathPort: integer() | nil,
  Path: String.t() | nil,
  Protocol: String.t() | nil
}