Data Object - ConverterTargetVmSpecHostedVmLocation

Extends
ConverterTargetVmSpecVmLocation
Since
Converter API 1.0

Data Object Description

Hosted VMware VM located on a local disk or a network share. This class is used for base of all kind of hosted locations.

Properties

Name Type Description
directoryxsd:string

The directory in which the target VM will be created.

If this field holds "C:\VM\temp" and vmName is "foo", the resulting .vmx file will be C:\VM\temp\foo\foo.vmx

networkPassword*xsd:string

Required if directory is specified.
networkUsername*xsd:string

If directory points to an UNC network share ("\\hostname\\share\\dir"), optional username/password can be specified to authenticate with the file server.
vmxFileName*xsd:string

Optional target .vmx file name. If not specified, the target VM name with .vmx extension will be used by default.
Properties inherited from ConverterTargetVmSpecVmLocation
None
Properties inherited from DynamicData
None
*Need not be set