Uses of Class
org.opendaylight.neutron.northbound.api.NeutronVpnServiceRequest
-
Packages that use NeutronVpnServiceRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronVpnServiceRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronVpnServiceRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronVpnServicesNorthbound. createVPNService(NeutronVpnServiceRequest input)
Creates new VPN Service.javax.ws.rs.core.Response
NeutronVpnServicesNorthbound. updateVPNService(String serviceID, NeutronVpnServiceRequest input)
Updates a VPN Service.
-