DigitalOcean.Droplet.list_for_neightbors
You're seeing just the function
list_for_neightbors
, go back to DigitalOcean.Droplet module for more information.
Link to this function
list_for_neightbors(opts \\ [])
Specs
list_for_neightbors(Keyword.t()) :: DigitalOcean.Operation.t()
Retrieve droplets located on the same physical hardware.
Examples
iex> DigitalOcean.Droplet.list_for_neightbors() |> DigitalOcean.request()
{ :ok, %DigitalOcean.Response{} }