dynamic_server_manager v0.0.10 DynamicServerManager.Server.Dummy

Link to this section Summary

Link to this section Functions

Link to this function add_status_response(status)
Link to this function add_up_response(up)
Link to this function child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function config(location, server, overrides \\ %{})

Callback implementation for DynamicServerManager.Server.config/3.

Link to this function create_from_snapshot(specs)

Callback implementation for DynamicServerManager.Server.create_from_snapshot/1.

Link to this function destroy(metadata)

Callback implementation for DynamicServerManager.Server.destroy/1.

Link to this function get_create_from_snapshot_response()
Link to this function get_destroy_response()
Link to this function get_info_response()
Link to this function get_request_wait_time()
Link to this function get_status_changes()
Link to this function get_status_responses()
Link to this function get_up_changes()
Link to this function get_up_responses()

Callback implementation for DynamicServerManager.Server.info/1.

Link to this function list_servers(location, minutes_old \\ nil)

Callback implementation for DynamicServerManager.Server.list_servers/2.

Link to this function reset_config(config \\ %{})
Link to this function start_link(config \\ %{})
Link to this function status(metadata)

Callback implementation for DynamicServerManager.Server.status/1.

Callback implementation for DynamicServerManager.Server.up/1.

Link to this function update_config(config)
Link to this function update_create_from_snapshot_response(response)
Link to this function update_destroy_response(response)
Link to this function update_info_response(response)
Link to this function update_request_wait_time(wait_time)
Link to this function update_status(response)
Link to this function update_status_changes(changes)
Link to this function update_up(response)
Link to this function update_up_changes(changes)