vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - OvfManagerCommonParams(vim.OvfManager.CommonParams)
- Extended by
 - OvfCreateImportSpecParams, OvfParseDescriptorParams, OvfValidateHostParams
 - Extends
 - DynamicData
 - See also
 - KeyValue
 - Since
 - vSphere API Release 4.0
 
Data Object Description
A common super-class for basic OVF descriptor parametersProperties
| Name | Type | Description | 
|---|---|---|
| deploymentOption | xsd:string | 
         The key of the chosen deployment option. If empty, the default option is
 chosen. The list of possible deployment options is returned in the result of
 parseDescriptor.
       | 
| importOption* | xsd:string[] | 
         An optional argument for modifing the OVF parsing. When the server parses an OVF
 descriptor a set of options can be used to modify the parsing. The argument is a list
 of keywords.
  To get a list of supported keywords see OvfImportOption. Unknown options will be ignored by the server. Since vSphere API Release 5.1 | 
| locale | xsd:string | 
         The locale-identifier to choose from the descriptor. If empty, the
  default locale on the server is used.
       | 
| msgBundle* | KeyValue[] | 
         An optional set of localization strings to be used. The server will use
  these message strings to localize information in the result and in
  error and warning messages.
   
  This argument allows a client to pass messages from external
  string bundles. The client is responsible for selecting the right string
  bundle (based on locale) and parsing the external string bundle. The
  passed in key/value pairs are looked up before any messages
  included in the OVF descriptor itself.
        | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |