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