lexdee v0.1.3 Lexdee

Documentation for Lexdee.

Link to this section Summary

Link to this section Functions

Link to this function

create_certificate(client, params)

See Lexdee.Certificates.create/2.

Link to this function

create_file(client, id, path, content)

See Lexdee.Instances.Files.create/4.

Link to this function

create_instance(client, params)

See Lexdee.Instances.create/2.

Link to this function

get_certificate(client, id)

See Lexdee.Certificates.show/2.

Link to this function

get_instance(client, id)

See Lexdee.Instances.show/2.

Link to this function

get_operation(client, id)

See Lexdee.Operations.show/2.

Link to this function

get_state(client, id)

See Lexdee.Instances.State.show/2.

Link to this function

list_certificates(client)

Hello world.

Examples

iex> Lexdee.hello()
:world
Link to this function

list_instances(client)

See Lexdee.Instances.index/1.

Link to this function

restart_instance(client, id, options \\ [])

See Lexdee.Instances.State.restart/3.

Link to this function

start_instance(client, id, options \\ [])

See Lexdee.Instances.State.start/3.

Link to this function

stop_instance(client, id, options \\ [])

See Lexdee.Instances.State.stop/3.

Link to this function

update_certificate(client, id, params)

See Lexdee.Certificates.update/3.