Nomad.Model.NetworkResource (nomad_client v0.10.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %Nomad.Model.NetworkResource{
CIDR: String.t() | nil,
DNS: Nomad.Model.NetworkDns.t() | nil,
Device: String.t() | nil,
DynamicPorts: [Nomad.Model.Port.t()] | nil,
IP: String.t() | nil,
MBits: integer() | nil,
Mode: String.t() | nil,
ReservedPorts: [Nomad.Model.Port.t()] | nil
}