Lexdee (lexdee v2.6.4)
Documentation for Lexdee.
Link to this section Summary
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, options \\ [])
Hello world.
Examples
iex> Lexdee.hello()
:world
Link to this function
create_file(client, id, path, content, options \\ [])
Link to this function
create_instance(client, params, opts \\ [])
Link to this function
create_profile(client, params)
Link to this function
create_project(client, params)
Link to this function
delete_image(client, fingerprint, options \\ [])
Link to this function
delete_instance(client, id, opts \\ [])
Link to this function
execute_command(client, id, commands, 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_instance(client, id, options \\ [])
Link to this function
get_operation(client, id)
Link to this function
get_profile(client, id)
Link to this function
get_project(client, id)
Link to this function
get_state(client, id, options \\ [])
Link to this function
list_certificates(client)
Link to this function
list_cluster_members(client, opts \\ [])
Link to this function
list_instances(client, options \\ [])
Link to this function
list_metrics(client, options \\ [])
Link to this function
list_network_leases(client, id, options \\ [])
Link to this function
list_networks(client, options \\ [])
Link to this function
list_profiles(client, opts \\ [])
Link to this function
list_projects(client, opts \\ [])
Link to this function
restart_instance(client, id, options \\ [])
Link to this function
show_instance_log(client, instance, file_name, opts \\ [])
Link to this function
show_resources(client, node \\ nil)
Link to this function
start_instance(client, id, options \\ [])
Link to this function
stop_instance(client, id, options \\ [])
Link to this function
update_certificate(client, id, params)
Link to this function
update_instance(client, id, params, opts \\ [])
Link to this function
update_profile(client, id, params)
Link to this function
update_project(client, id, params, opts \\ [])
Link to this function