Uses of Class
org.opendaylight.neutron.northbound.api.NeutronVpnIpSecSiteConnectionRequest
-
Packages that use NeutronVpnIpSecSiteConnectionRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronVpnIpSecSiteConnectionRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronVpnIpSecSiteConnectionRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronVpnIpSecSiteConnectionsNorthbound. createVpnIPSecSiteConnection(NeutronVpnIpSecSiteConnectionRequest input)
Creates new VPN IPSEC SiteConnection.javax.ws.rs.core.Response
NeutronVpnIpSecSiteConnectionsNorthbound. updateVpnIPSecSiteConnection(String connectionID, NeutronVpnIpSecSiteConnectionRequest input)
Updates a VPN IPSEC SiteConnection.
-