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

DeploymentTemplate

Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX.


Properties

array of Attribute
attributes Optional

List of attributes specific to a partner for which the service is created. There attributes are passed on to the partner appliance and is opaque to the NSX Manager.


string
name Optional

Deployment Template name.

JSON Example

{
	"attributes": [
		{
			"attribute_type": "IP_ADDRESS",
			"display_name": "string",
			"key": "string",
			"read_only": false,
			"value": "string"
		}
	],
	"name": "string"
}

Vendor Extensions

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

ServiceDeploymentSpec

Feedback

Was this page helpful?