Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
SourceFieldEvaluation.Builder |
SourceFieldEvaluation.Builder.setExpected(java.util.List<java.lang.String> expected)
Expected values necessary to apply the specified operation on the source field
value.
|
SourceFieldEvaluation.Builder |
SourceFieldEvaluation.Builder.setFieldPointer(java.lang.String fieldPointer)
Field in the form of a pointer, describing the location of the attribute within
the source of the event.
|
SourceFieldEvaluation.Builder |
SourceFieldEvaluation.Builder.setOperator(java.lang.String operator)
Possible values are:
SourceFieldEvaluation.OPERATOR_EQ SourceFieldEvaluation.OPERATOR_NOT_EQ
Logical operator. |