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

InlineResourceOperation1

Properties

array of string
operation_types Required

Operation types.

Possible values are: POST_CREATEPOST_UPDATEPRE_DELETE


string
resource_pointer Required

Regex path representing a regex expression on resources. This regex is used to identify the object(s) that is/are the source of the Event. For instance: specifying “Lb* | /infra/tier-0s/vmc/ipsec-vpn-services/default” as a source means that ANY resource starting with Lb or ANY resource with “/infra/tier-0s/vmc/ipsec-vpn-services/default” as path would be the source of the event in question.

JSON Example

{
	"operation_types": [
		"POST_CREATE"
	],
	"resource_pointer": "string"
}

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

ResourceOperation

Feedback

Was this page helpful?