lexdee v0.1.3 Lexdee
Documentation for Lexdee.
Link to this section Summary
Functions
Hello world.
Link to this section Functions
Link to this function
create_certificate(client, params)
Link to this function
create_file(client, id, path, content)
Link to this function
create_instance(client, params)
Link to this function
get_certificate(client, id)
Link to this function
get_instance(client, id)
Link to this function
get_operation(client, id)
Link to this function
get_state(client, id)
Link to this function
list_certificates(client)
Hello world.
Examples
iex> Lexdee.hello()
:world
Link to this function
list_instances(client)
Link to this function
restart_instance(client, id, options \\ [])
Link to this function
start_instance(client, id, options \\ [])
Link to this function
stop_instance(client, id, options \\ [])
Link to this function