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

PolicyResourceReferenceForEPListResult

Paginated collection of policy resource references for enforcement point


AllOf


This class requires all of the following:

JSON Example

{
	"_links": [
		{
			"action": "string",
			"href": "string",
			"rel": "string"
		}
	],
	"_schema": "string",
	"_self": {
		"action": "string",
		"href": "string",
		"rel": "string"
	},
	"cursor": "string",
	"result_count": 0,
	"results": [
		{
			"is_valid": false,
			"path": "string",
			"target_display_name": "string",
			"target_id": "string",
			"target_type": "string"
		}
	],
	"sort_ascending": false,
	"sort_by": "string"
}

Vendor Extensions

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

Get Policy Groups

Feedback

Was this page helpful?