Home | Trees | Indices | Help |
|
---|
|
The Match class is an abstract class that represents a match specified in the class map.
There may be one or more Match objects in a ClassMap object or directly in an Entry object of a PolicyMap object (referred to as an inline class). There are different types of Match objects that specify details of each match criteria to be matched. The different types of Match are specified by different classes extended from Match.
***DEPRECATED*** MatchType in Match class is deprecated Please use match.MatchType ****************
Instance Methods | |||
|
|||
bool
|
|
||
{MatchType<match.MatchType>} |
|
||
|
|||
|
|||
Inherited from |
Class Variables | |
__metaclass__ = ABCMeta
|
|
Enum |
MatchOpCode = enum('CREATE', 'MOD', 'DEL', 'ADD', 'REM') Enumeration of Match OpCode Type. |
MatchType = enum(MATCH_NONE= 0, MATCH_ACL= 1, MATCH_IP_DSCP= 2
|
Properties | |
Inherited from |
Method Details |
Constructs Match.
|
Check to see if class match is supported on network element
|
Return MatchType of match class
|
|
Sets whether this is a "match not" statement.
|
Class Variable Details |
MatchOpCodeEnumeration of Match OpCode Type. CREATE: Create MOD: Modify DEL: Delete ADD: Add REM: Remove
|
MatchType
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:32 2014 | http://epydoc.sourceforge.net |