Uses of Class
org.opendaylight.neutron.northbound.api.NeutronFirewallRuleRequest
- 
Packages that use NeutronFirewallRuleRequest Package Description org.opendaylight.neutron.northbound.api  - 
- 
Uses of NeutronFirewallRuleRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronFirewallRuleRequest Modifier and Type Method Description javax.ws.rs.core.ResponseNeutronFirewallRulesNorthbound. createFirewallRules(NeutronFirewallRuleRequest input)Creates new Firewall Rule.javax.ws.rs.core.ResponseNeutronFirewallRulesNorthbound. updateFirewallRule(String firewallRuleUUID, NeutronFirewallRuleRequest input)Updates a Firewall Rule. 
 -