VPN as a Service

API Specification

Plugin

class neutron.services.vpn.plugin.VPNPlugin

Implementation of the VPN Service Plugin.

This class manages the workflow of VPNaaS request/response. Most DB related works are implemented in class vpn_db.VPNPluginDb.

Database layer

class neutron.db.vpn.vpn_db.VPNPluginDb

VPN plugin database class using SQLAlchemy models.

Table Of Contents

Previous topic

Loadbalancer as a Service

Next topic

neutron-server

This Page