SVMDeploymentSpec
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(Open Virtualization Format) can be deployed, Form factor to name a few.
{
"host_type": "string",
"min_host_version": "string",
"name": "string",
"ovf_url": "string",
"service_form_factor": "string"
}
Host Type on which the specified OVF can be deployed.
Minimum host version supported by this ovf. If a host in the deployment cluster is having version less than this, then service deployment will not happen on that host.
Deployment Spec name for ease of use, since multiple DeploymentSpec can be specified.
Location of the partner VM OVF to be deployed.
Supported ServiceInsertion Form Factor for the OVF deployment. The default FormFactor is Medium.