Formation.Lxd (formation v0.15.1)
Summary
Functions
Link to this function
create(client, slug, instance_params, options \\ [])
Link to this function
delete(client, slug, options \\ [])
Link to this function
execute(client, slug, command, options \\ [])
@spec execute( %Tesla.Client{adapter: term(), fun: term(), post: term(), pre: term()}, binary(), binary(), Keyword.t() ) :: {:ok, map()} | {:error, any()}
Use execute to execute a command on an instance
Link to this function
execute_and_log(client, slug, command, options \\ [])
Execute command and return the log output
Link to this function
impl()
@spec impl() :: atom()
Link to this function
start(client, slug, options \\ [])
Link to this function
stop(client, slug, options \\ [])
Link to this function