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.ResponseNeutronVpnIkePoliciesNorthbound. createVpnIkePolicy(NeutronVpnIkePolicyRequest input)Creates new VPN IKE Policy.javax.ws.rs.core.ResponseNeutronVpnIkePoliciesNorthbound. updateVpnIkePolicy(String policyUUID, NeutronVpnIkePolicyRequest input)Updates a VPN IKE Policy.
-