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.ResponseNeutronVpnIpSecSiteConnectionsNorthbound. createVpnIPSecSiteConnection(NeutronVpnIpSecSiteConnectionRequest input)Creates new VPN IPSEC SiteConnection.javax.ws.rs.core.ResponseNeutronVpnIpSecSiteConnectionsNorthbound. updateVpnIPSecSiteConnection(String connectionID, NeutronVpnIpSecSiteConnectionRequest input)Updates a VPN IPSEC SiteConnection. 
 -