lexdee v0.1.8 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_client(base_url, cert \\ nil, key \\ nil)
Hello world.
Examples
iex> Lexdee.hello()
:world
Link to this function
create_file(client, id, path, content)
Link to this function
create_instance(client, params, opts \\ [])
Link to this function
get_certificate(client, id)
Link to this function
get_cluster(client)
Link to this function
get_cluster_member(client, id)
Link to this function
get_cluster_members(client)
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)
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