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

InlineReaction1

Properties

array of Action
actions Required

Actions that need to be taken when the events occur. These actions must appear in the order that they need to be taken in. This field can be interpreted as the HOW of the Reaction, or simply as “Then That”.


array of Event
events Required

Events that provide contextual variables about what the reaction should react to. This field can be interpreted as the WHAT of the Reaction, or simply as “If This” Clause.

JSON Example

{
	"actions": [
		{
			"resource_type": "PatchResources"
		}
	],
	"events": [
		{
			"source": {
				"resource_type": "ResourceOperation"
			}
		}
	]
}

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

Reaction

Feedback

Was this page helpful?