> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/extensions/dhcpagentschedulerpy.md).

# dhcpagentscheduler.py

NetworkSchedulerController类，继承自wsgi.Controller，对网络调度器进行创建、删除和索引。

DhcpAgentsHostingNetworkController类，继承自wsgi.Controller，对dhcp\_agent\_hosting\_network进行索引操作。

Dhcpagentscheduler类，继承自extensions.ExtensionDescriptor，对dhcp agent的调度进行支持。

DhcpAgentSchedulerPluginBase类，提供对dhcp agent的调度器进行操作的REST API，包括添加、删除和列出网络到dhcp agent等。
