[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineSourceFieldEvaluation1

Properties

array of string
expected Required

Expected values necessary to apply the specified operation on the source field value.


string
field_pointer Required

Field in the form of a pointer, describing the location of the attribute within the source of the event.


string
operator Required

Logical operator.

Possible values are: EQNOT_EQ

JSON Example

{
	"expected": [
		"string"
	],
	"field_pointer": "string",
	"operator": "EQ"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyReaction
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

SourceFieldEvaluation

Feedback

Was this page helpful?