Elixir-Scaleway v0.1.6 Scaleway.IP View Source

Link to this section Summary

Functions

Attach an IP address

Create a new IP

Retrieves all IPs addresses

Remove an IP address

Retrieves an IP address by its id

Link to this section Functions

Link to this function attach(ip_id, data) View Source
attach(charlist(), map()) ::
  {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}

Attach an IP address.

Link to this function attach!(ip_id, data) View Source
attach!(charlist(), map()) :: map()
Link to this function create(organization) View Source
create(charlist()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}

Create a new IP

Link to this function create!(organization) View Source
create!(charlist()) :: map()
Link to this function list() View Source
list() :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}

Retrieves all IPs addresses

Link to this function remove(id) View Source
remove(charlist()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}

Remove an IP address.

Link to this function show(id) View Source
show(charlist()) :: {:ok, HTTPoison.Response} | {:error, HTTPoison.Error}

Retrieves an IP address by its id.