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

InlineEndpointRule1

Properties

array of string
groups Required

We need paths as duplicate names may exist for groups under different domains. In order to specify all groups, use the constant “ANY”. This is case insensitive. If “ANY” is used, it should be the ONLY element in the group array. Error will be thrown if ANY is used in conjunction with other values.


array of string
service_profiles Required

The policy paths of service profiles are listed here. It pecifies what services are applied on the group. Currently only one is allowed.


integer as int32
sequence_number Optional

This field is used to resolve conflicts between multiple entries under EndpointPolicy. It will be system default value when not specified by user.

JSON Example

{
	"groups": [
		"string"
	],
	"service_profiles": [
		"string"
	]
}

Vendor Extensions

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

EndpointRule

Feedback

Was this page helpful?