vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - OvfCreateDescriptorResult(vim.OvfManager.CreateDescriptorResult)
- Returned by
- CreateDescriptor
- Extends
- DynamicData
- See also
- LocalizedMethodFault
- Since
- vSphere API Release 4.0
Data Object Description
The result of creating the OVF descriptor for the entity.Properties
Name | Type | Description |
---|---|---|
error* | LocalizedMethodFault[] |
Errors that happened during processing.
For example, unknown or unsupported devices could be found (in which case
this array will contain one or more instances of Unsupported-/UnknownDevice).
|
includeImageFiles* | xsd:boolean |
Returns true if there are ISO or Floppy images attached to one or more VMs.
Since vSphere API Release 4.1 |
ovfDescriptor | xsd:string |
The OVF descriptor for the entity.
|
warning* | LocalizedMethodFault[] |
Non-fatal warnings from the processing.
The result will be valid, but the user may choose to reject it based on these
warnings.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |