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.Response
NeutronFirewallRulesNorthbound. createFirewallRules(NeutronFirewallRuleRequest input)
Creates new Firewall Rule.javax.ws.rs.core.Response
NeutronFirewallRulesNorthbound. updateFirewallRule(String firewallRuleUUID, NeutronFirewallRuleRequest input)
Updates a Firewall Rule.
-