MatchSetOptionsRestrictedType¶
-
class
ydk.models.openconfig.openconfig_policy_types.
MatchSetOptionsRestrictedType
¶ MatchSetOptionsRestrictedType (Enum Class)
Options that govern the behavior of a match statement. The
default behavior is ANY, i.e., the given value matches any
of the members of the defined set. Note this type is a
restricted version of the match-set-options-type.
-
ANY = 0
match is true if given value matches any member
of the defined set
-
INVERT = 1
match is true if given value does not match any
member of the defined set
-