# dhcpagentscheduler.py

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

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/openstack_code_neutron/neutron/extensions/dhcpagentschedulerpy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
