Plugin: aj.plugins.network.api

class aj.plugins.network.api.NetworkManager(context)[source]

Abstract interface to manage all network managers.

down(iface)[source]
get_config()[source]
get_hostname()[source]
get_state(iface)[source]
restart()[source]
set_config(config)[source]
set_hostname(value)[source]
up(iface)[source]

Comments

comments powered by Disqus