Tailscale.NodeInfo (Tailscale v0.3.3)

View Source

Module just to provide the struct definition.

The actual struct is produced on the Rust side.

Summary

Types

t()

@type t() :: %Tailscale.NodeInfo{
  derp_region: term(),
  disco_key: term(),
  hostname: term(),
  id: term(),
  machine_key: term(),
  node_key: term(),
  stable_id: term(),
  tags: term(),
  tailnet: term(),
  tailnet_addresses: term(),
  underlay_addresses: term()
}