MatchSetOptionsType

class ydk.models.openconfig.openconfig_policy_types.MatchSetOptionsType

MatchSetOptionsType (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

ANY = 0

match is true if given value matches any member

of the defined set

ALL = 1

match is true if given value matches all

members of the defined set

INVERT = 2

match is true if given value does not match any

member of the defined set