{ "description": "ServiceDeployment Spec consists of information required to deploy and configure the partner appliances. viz. Deployment template, deployment spec and NIC metatdata.", "id": "ServiceDeploymentSpec", "module_id": "ServiceInsertionCommonTypes", "properties": { "deployment_specs": { "description": "Deployment Specs holds information required to deploy the Service-VMs. i.e. OVF url where the partner Service-VM OVF is hosted. The host type on which the OVF can be deployed, Form factor to name a few.", "items": { "$ref": "SVMDeploymentSpec }, "maxItems": 128, "readonly": false, "required": false, "title": "Service Deployment Spec List", "type": "array" }, "deployment_template": { "description": "Deployment Template holds the attributes specific to partner for which the service is created. These attributes are opaque to NSX Manager.", "items": { "$ref": "DeploymentTemplate }, "readonly": false, "required": true, "title": "Service Deployment Template", "type": "array" }, "nic_metadata_list": { "description": "NIC metadata associated with the deployment spec.", "items": { "$ref": "NicMetadata }, "readonly": false, "required": false, "title": "NIC Metadata", "type": "array" }, "svm_version": { "description": "Partner needs to specify the Service VM version which will get deployed.", "required": false, "title": "Partner Service-VM version.", "type": "string" } }, "title": "Service Deployment Specification.", "type": "object" }