Uses of Class
org.opendaylight.netvirt.aclservice.api.AclServiceManager.Action
- 
Packages that use AclServiceManager.Action Package Description org.opendaylight.netvirt.aclservice org.opendaylight.netvirt.aclservice.api  - 
- 
Uses of AclServiceManager.Action in org.opendaylight.netvirt.aclservice
Methods in org.opendaylight.netvirt.aclservice with parameters of type AclServiceManager.Action Modifier and Type Method Description voidAclServiceManagerImpl. notify(AclInterface port, AclInterface oldPort, AclServiceManager.Action action)voidAclServiceManagerImpl. notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)voidAclServiceManagerImpl. notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action)protected voidAbstractAclServiceImpl. programAclPortSpecificFixedRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, org.opendaylight.yangtools.yang.common.Uint64 dpId, java.util.List<AllowedAddressPairs> allowedAddresses, int lportTag, java.lang.String portId, AclServiceManager.Action action, int write)Programs the port specific fixed rules.protected abstract voidAbstractAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)Programs the anti-spoofing rules.protected voidEgressAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)protected voidIngressAclServiceImpl. programAntiSpoofingRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, java.util.List<AllowedAddressPairs> allowedAddresses, AclServiceManager.Action action, int addOrRemove)protected abstract voidAbstractAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs broadcast rules.protected voidEgressAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs broadcast rules.protected voidIngressAclServiceImpl. programBroadcastRules(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs broadcast rules.protected abstract voidAbstractAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs DHCP Service flows.protected voidEgressAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs DHCP Service flows.protected voidIngressAclServiceImpl. programDhcpService(java.util.List<org.opendaylight.genius.mdsalutil.FlowEntity> flowEntries, AclInterface port, AclServiceManager.Action action, int addOrRemove)Programs DHCP Service flows. - 
Uses of AclServiceManager.Action in org.opendaylight.netvirt.aclservice.api
Methods in org.opendaylight.netvirt.aclservice.api that return AclServiceManager.Action Modifier and Type Method Description static AclServiceManager.ActionAclServiceManager.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AclServiceManager.Action[]AclServiceManager.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.netvirt.aclservice.api with parameters of type AclServiceManager.Action Modifier and Type Method Description voidAclServiceManager. notify(AclInterface port, @Nullable AclInterface oldPort, AclServiceManager.Action action)voidAclServiceManager. notifyAce(AclInterface port, AclServiceManager.Action action, java.lang.String aclName, Ace ace)voidAclServiceManager. notifyAcl(Acl aclBefore, Acl aclAfter, java.util.Collection<AclInterface> portsBefore, AclServiceManager.Action action) 
 -