Uses of Class
org.opendaylight.neutron.northbound.api.NeutronSecurityRuleRequest
-
Packages that use NeutronSecurityRuleRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronSecurityRuleRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSecurityRuleRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronSecurityRulesNorthbound. createSecurityRules(NeutronSecurityRuleRequest input)
Creates new Security Rule.javax.ws.rs.core.Response
NeutronSecurityRulesNorthbound. updateSecurityRule(String securityRuleUUID, NeutronSecurityRuleRequest input)
Updates a Security Rule.
-