| Class | Description |
|---|---|
| Column |
Column is the basic element of the OpenVswitch database.
|
| Condition |
Condition is a 3-element JSON array of the form [column, function, value]
that represents a test on a column value.
|
| Mutation |
Mutation is s 3-element JSON array of the form [column, mutator, value] that
represents a change to a column value.
|
| OvsdbMap |
OvsdbMap is a 2-element JSON array that represents a database map value.
|
| OvsdbSet |
OvsdbSet is either an atom, representing a set with exactly one element, or
a 2-element JSON array that represents a database set value.
|
| RefTableRow |
The RefTable type that can be expanded to Row.
|
| Row |
Row is the basic element of the OpenVswitch's table.
|
| Uuid |
Handles both uuid and named-uuid.
|
| Enum | Description |
|---|---|
| Condition.Function |
Function of Notation.
|
| Mutation.Mutator |
Mutator must be "+=", "-=", "*=", "/=", or (integer only) "%=".
|