dynamic_server_manager v0.0.10 DynamicServerManager.Dns.Dummy

Link to this section Summary

Link to this section Functions

Link to this function add_create_ipv4_record_response(response)
Link to this function add_delete_ipv4_record_response(response)
Link to this function add_up_response(response)
Link to this function child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function create_ipv4_record(zone_name, hostname, ip)

Callback implementation for DynamicServerManager.Dns.create_ipv4_record/3.

Link to this function delete_ipv4_record(zone_name, hostname)

Callback implementation for DynamicServerManager.Dns.delete_ipv4_record/2.

Link to this function get_create_ipv4_record_changes()
Link to this function get_create_ipv4_record_response()
Link to this function get_create_ipv4_record_responses()
Link to this function get_delete_ipv4_record_changes()
Link to this function get_delete_ipv4_record_response()
Link to this function get_delete_ipv4_record_responses()
Link to this function get_get_record_response()
Link to this function get_record(zone_name, hostname)

Callback implementation for DynamicServerManager.Dns.get_record/2.

Link to this function get_up_changes()
Link to this function get_up_response()
Link to this function get_up_responses()
Link to this function reset_config(config \\ %{})
Link to this function start_link(config \\ %{})

Callback implementation for DynamicServerManager.Dns.up/0.

Link to this function update_config(config)
Link to this function update_create_ipv4_record_changes(changes)
Link to this function update_create_ipv4_record_response(response)
Link to this function update_delete_ipv4_record_changes(changes)
Link to this function update_delete_ipv4_record_response(response)
Link to this function update_get_record_response(response)
Link to this function update_up_changes(changes)
Link to this function update_up_response(response)