SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > O
  • 0 Ratings

Data Object - OvfCreateDescriptorResult(vim.OvfManager.CreateDescriptorResult)

Returned by
CreateDescriptor
Extends
DynamicData
See also
LocalizedMethodFault
Since
vSphere API 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 4.1
ovfDescriptorxsd: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
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings