NomadClient.Model.HostNetworkInfo (nomad_client v0.13.1)

Link to this section Summary

Link to this section Types

@type t() :: %NomadClient.Model.HostNetworkInfo{
  CIDR: String.t() | nil,
  Interface: String.t() | nil,
  Name: String.t() | nil,
  ReservedPorts: String.t() | nil
}