Data Object - ConverterAgentInternalHostedTargetVMSpec

Extends
ConverterAgentInternalTargetVMSpec
Since
Converter API 1.0

Data Object Description

Properties

Name Type Description
password*xsd:string

Password to use when connecting to network share specified by vmPath. Required if username is specified.
username*xsd:string

Username to use when connecting to network share specified by vmPath. If vmPath points to an UNC network share ("\\hostname\\share\\dir"), optional username/password can be specified to authenticate with the file server. If username/password is not specified, the backend will rely on impersonation and assume that the connection to the network share is established in the GUI session. A remote backend cannot rely on impersonation to get access to network share. In remote case, if vmPath points to a network share, username/password must be specified.
vmPathxsd:string

Path at which the VM will be created. If this field holds "C:\VM\temp" and vmName is "foo", the resulting .vmx file will live at C:\VM\temp\foo\foo.vmx
Properties inherited from ConverterAgentInternalTargetVMSpec
vmName
Properties inherited from DynamicData
None
*Need not be set