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

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.


Properties

string
host_type Required

Host Type on which the specified OVF can be deployed.

Possible values are: ESXIRHELKVMUBUNTUKVM


string
ovf_url Required

Location of the partner VM OVF to be deployed.


string
min_host_version Optional

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.


string
name Optional

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


string
service_form_factor Optional

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

Possible values are: SMALLMEDIUMLARGE

JSON Example

{
	"host_type": "ESXI",
	"ovf_url": "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?