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

InlinePolicyServiceProfile1

Properties

array of Attribute
attributes Optional

List of attributes specific to a partner for which the service is created. These attributes are passed on to the partner appliance and are opaque to NSX. If a vendor template exposes configurable parameters, then their values are specified here.


string
redirection_action Optional

The redirection action represents if the packet is exclusively redirected to the service, or if a copy is forwarded to the service. Redirection action is not applicable to guest introspection service.

Possible values are: PUNTCOPY


string
vendor_template_key Optional

The vendor template key property of actual vendor template. This should be used when multiple templates with same name exist.


string
vendor_template_name Optional

Name of the vendor template for which this Service Profile is being created.

JSON Example

{
	"attributes": [
		{
			"attribute_type": "IP_ADDRESS",
			"display_name": "string",
			"key": "string",
			"read_only": false,
			"value": "string"
		}
	],
	"redirection_action": "PUNT",
	"vendor_template_key": "string",
	"vendor_template_name": "string"
}

Vendor Extensions

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

PolicyServiceProfile

Feedback

Was this page helpful?