Class TargAttrFilters


  • public final class TargAttrFilters
    extends Object
    The TargAttrFilters class represents a targattrfilters rule of an ACI.
    • Method Detail

      • decode

        public static TargAttrFilters decode​(EnumTargetOperator type,
                                             String expression)
                                      throws AciException
        Decode an targattrfilter rule.
        Parameters:
        type - The enumeration representing the type of this rule. Defaults to equality for this target.
        expression - The string expression to be decoded.
        Returns:
        A TargAttrFilters class representing the decode expression.
        Throws:
        AciException - If the expression string contains errors and cannot be decoded.