| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
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 ResourcePool.importVApp has been called.
Properties
Name | Type | Description |
---|---|---|
error* | LocalizedMethodFault[] |
Errors that happened during processing. Something will be wrong with the
ImportSpec, or it is not present.
|
fileItem* | OvfFileItem[] |
The files that must be uploaded by the caller as part of importing the entity.
The files must be uploaded in order, because some of them may be delta files
that patch already-uploaded files.
|
importSpec* | ImportSpec |
The ImportSpec contains information about which VirtualMachines
and VirtualApps are present in the entity and
how they relate to each other.
|
warning* | LocalizedMethodFault[] |
Non-fatal warnings from the processing. The ImportSpec will be valid, but the
user may choose to reject it based on these warnings.
|
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |