NomadClient.Model.RaftServer (nomad_client v0.12.4)

Link to this section Summary

Link to this section Types

Specs

t() :: %NomadClient.Model.RaftServer{
  Address: String.t() | nil,
  ID: String.t() | nil,
  Leader: boolean() | nil,
  Node: String.t() | nil,
  RaftProtocol: String.t() | nil,
  Voter: boolean() | nil
}