Home | Trees | Indices | Help |
|
---|
|
Entry class.
This class is a container for matches and and actions Matches may be applied directly to the Entry or by reference using a ClassMap.
There can only be one ClassMap per Entry, but each PolicyMap can have multiple Entries with different ClassMap.
The Entry can have only one match of a given type.
Actions are applied directly to the Entry. An Entry with directly applied matches can be used for Open Flow or DPSS programming.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
match_all = property(_get_match_all, _set_match_all, None, _do
|
|
priority = property(_get_priority, _set_priority, None, _doc_p
|
|
class_map = property(_get_class_map, _set_class_map, None, _do
|
Properties | |
Inherited from |
Method Details |
Constructor of Class Entry.
|
Insert an entry in policy by sequence number. Lower sequence numbers have higher precedence.
|
Adds match(es) to the entry.
|
Adds matches which specify the match criterion as an unsuccessful match criterion. This is equivalent to CLI "match not <match-criterion>"
|
Removes match(es) from the entry. Removes only the matches that are added to entry.
|
Removes action(s) from the Entry class. Removes only the actions that are added to entry.
|
Replaces all actions in Entry class with the new actions passed in.
|
Class Variable Details |
match_all
|
priority
|
class_map
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:32 2014 | http://epydoc.sourceforge.net |