Search

Class VcOvfCreateImportSpecResult

Extends VcDynamicData
The CreateImportSpecResult contains all information regarding the import that can be extracted from the OVF descriptor.

For example, this includes the list of items that the caller must upload in order to complete the import, but not the list of URLs to which the files must be uploaded. These paths are not known until the VMs have been created, ie. until VcResourcePool has been called.

Attributes

Name Type Description
error VcLocalizedMethodFault[] Errors that happened during processing. Something will be wrong with the ImportSpec, or it is not present.
fileItem VcOvfFileItem[] The files that must be uploaded by the caller as part of importing the entity. <p> The files must be uploaded in order, because some of them may be delta files that patch already-uploaded files.
importSpec VcImportSpec The ImportSpec contains information about which <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcVirtualMachine.html">VcVirtualMachine</a>s and <a target="_blank" href="https://www.vmware.com/support/orchestrator/doc/vro-vsphere60-api/html/VcVirtualMachine.html">VcVirtualApp</a>s are present in the entity and how they relate to each other.
warning VcLocalizedMethodFault[] Non-fatal warnings from the processing. The ImportSpec will be valid, but the user may choose to reject it based on these warnings.

Methods

Name Returns
VcOvfCreateImportSpecResult() constructor

Returned by

Method Returns
VcOvfManager.createImportSpec(String ovfDescriptor, VcResourcePool resourcePool, VcDatastore datastore, VcOvfCreateImportSpecParams cisp) VcOvfCreateImportSpecResult

Referenced in

None