lexdee v0.1.8 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_client(base_url, cert \\ nil, key \\ nil)

Hello world.

Examples

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

create_file(client, id, path, content)

See Lexdee.Instances.Files.create/4.

Link to this function

create_instance(client, params, opts \\ [])

See Lexdee.Instances.create/3.

Link to this function

get_certificate(client, id)

See Lexdee.Certificates.show/2.

Link to this function

get_cluster(client)

See Lexdee.Cluster.show/1.

Link to this function

get_cluster_member(client, id)

See Lexdee.Cluster.Members.show/2.

Link to this function

get_cluster_members(client)

See Lexdee.Cluster.Members.index/1.

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)

See Lexdee.Certificates.index/1.

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.