Data Object - OvfCreateImportSpecParams(vim.OvfManager.CreateImportSpecParams)

Parameter to
CreateImportSpec
Extends
OvfManagerCommonParams
See also
HostSystem, KeyValue, OvfConsumerOstNode, OvfNetworkMapping, OvfResourceMap
Since
vSphere API 4.0

Data Object Description

Parameters for deploying an OVF.

Properties

Name Type Description
diskProvisioning*xsd:string

An optional disk provisioning. If set, all the disks in the deployed OVF will have get the same specified disk type (e.g., thin provisioned). The valide values for disk provisioning are:
See VirtualDiskMode

Since vSphere API 4.1
entityNamexsd:string

The name to set on the entity (more precisely, on the top-level vApp or VM of the entity) as it appears in VI. If empty, the product name is obtained from the ProductSection of the descriptor. If that name is not specified, the ovf:id of the top-level entity is used.
hostSystem*ManagedObjectReference
to a HostSystem

The host to validate the OVF descriptor against, if it cannot be deduced from the resource pool.

The privilege System.Read is required on the host.

instantiationOst*OvfConsumerOstNode

The instantiation OST to configure OVF consumers. This is created by the client from the annotated OST. See OvfConsumer for details.

Since vSphere API 5.0
ipAllocationPolicy*xsd:string

The IP allocation policy chosen by the caller.

See VAppIPAssignmentInfo.

ipProtocol*xsd:string

The IP protocol chosen by the caller.

See VAppIPAssignmentInfo.

networkMapping*OvfNetworkMapping[]

The mapping of network identifiers from the descriptor to networks in the VI infrastructure.

The privilege Network.Assign is required on all networks in the list.

propertyMapping*KeyValue[]

The assignment of values to the properties found in the descriptor. If no value is specified for an option, the default value from the descriptor is used.
resourceMapping*OvfResourceMap[]Deprecated. As of vSphere API 5.1.

The resource configuration for the created vApp. This can be used to distribute a vApp across multiple resource pools (and create linked children).

Since vSphere API 4.1
Properties inherited from OvfManagerCommonParams
deploymentOption, importOption, locale, msgBundle
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition