Uses of Class
org.opendaylight.neutron.northbound.api.NeutronVpnIpSecPolicyRequest
-
Packages that use NeutronVpnIpSecPolicyRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronVpnIpSecPolicyRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronVpnIpSecPolicyRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronVpnIpSecPoliciesNorthbound. createVpnIPSecPolicy(NeutronVpnIpSecPolicyRequest input)
Creates new VPN IPSEC Policy.javax.ws.rs.core.Response
NeutronVpnIpSecPoliciesNorthbound. updateVpnIPSecPolicy(String policyUUID, NeutronVpnIpSecPolicyRequest input)
Updates a VPN IPSEC Policy.
-