NomadClient.Model.NetworkResource (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.NetworkResource{
  CIDR: String.t() | nil,
  DNS: NomadClient.Model.NetworkDns.t() | nil,
  Device: String.t() | nil,
  DynamicPorts: [NomadClient.Model.Port.t()] | nil,
  IP: String.t() | nil,
  MBits: integer() | nil,
  Mode: String.t() | nil,
  ReservedPorts: [NomadClient.Model.Port.t()] | nil
}