Uses of Class
org.opendaylight.netvirt.aclservice.api.AclServiceManager.MatchCriteria
-
Packages that use AclServiceManager.MatchCriteria Package Description org.opendaylight.netvirt.aclservice.api org.opendaylight.netvirt.aclservice.utils -
-
Uses of AclServiceManager.MatchCriteria in org.opendaylight.netvirt.aclservice.api
Methods in org.opendaylight.netvirt.aclservice.api that return AclServiceManager.MatchCriteria Modifier and Type Method Description static AclServiceManager.MatchCriteriaAclServiceManager.MatchCriteria. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AclServiceManager.MatchCriteria[]AclServiceManager.MatchCriteria. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AclServiceManager.MatchCriteria in org.opendaylight.netvirt.aclservice.utils
Methods in org.opendaylight.netvirt.aclservice.utils with parameters of type AclServiceManager.MatchCriteria Modifier and Type Method Description static java.util.List<org.opendaylight.genius.mdsalutil.MatchInfoBase>AclServiceUtils. buildIpMatches(IpPrefixOrAddress ipPrefixOrAddress, AclServiceManager.MatchCriteria matchCriteria)Builds the ip matches.
-