Uses of Class
org.opendaylight.neutron.northbound.api.NeutronFirewallPolicyRequest
-
Packages that use NeutronFirewallPolicyRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronFirewallPolicyRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronFirewallPolicyRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronFirewallPolicyNorthbound. createFirewallPolicies(NeutronFirewallPolicyRequest input)
Creates new Firewall Policy.javax.ws.rs.core.Response
NeutronFirewallPolicyNorthbound. updateFirewallPolicy(String firewallPolicyUUID, NeutronFirewallPolicyRequest input)
Updates a Firewall Policy.
-