SVMDeploymentSpec

SVMDeploymentSpec
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.

JSON Example
{
    "ovf_url": "string",
    "service_form_factor": "string",
    "host_type": "string",
    "name": "string"
}
string
ovf_url
Required

Location of the partner VM OVF to be deployed.

string
service_form_factor
Optional

Supported ServiceInsertion Form Factor for the OVF deployment. The default FormFactor is Medium.

Possible values are : SMALL, MEDIUM, LARGE,
string
host_type
Required

Host Type on which the specified OVF can be deployed.

Possible values are : ESXI, RHELKVM, UBUNTUKVM,
string
name
Optional

Deployment Spec name for ease of use, since multiple DeploymentSpec can be specified.