Uses of Class
org.opendaylight.neutron.northbound.api.NeutronFirewallRequest
-
Packages that use NeutronFirewallRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronFirewallRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronFirewallRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronFirewallNorthbound. createFirewalls(NeutronFirewallRequest input)
Creates new Firewall.javax.ws.rs.core.Response
NeutronFirewallNorthbound. updateFirewall(String firewallUUID, NeutronFirewallRequest input)
Updates a Firewall.
-