# extensions

对现有neutron API的扩展。某些plugin可能还支持额外的资源或操作，可以以extension的方式实现。包括firewall、vpnaas、l3、lbaas等。

这些扩展资源类，大部分都继承自neutron.api.extensions.ExtensionDescriptor类，一般都实现了如下的类方法。 get\_name、get\_alias、get\_description、get\_namespace、get\_updated、get\_extended\_resources。


---

# 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.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.
