Data Object - ConverterComputerSpecHyperVComputerLocation

Extends
ConverterComputerSpecComputerLocation
Since
Converter API 1.0

Data Object Description

Properties

Name Type Description
hostnamexsd:string

NetBIOS name, DNS name, or IP address
password*xsd:string

Password for the user specified by username.
port*xsd:int

TCP port number of Converter Agent running on the computer.

Port 443 is used by default, if applicable. The connection is always established over SSL.


sslThumbprint*xsd:string

The thumbprint of the SSL certificate, which the host is expected to have. If this value is set and matches the certificate thumbprint presented by the host, then the host is authenticated. If this value is not set or does not match the certificate thumbprint presented by the host, then the host's certificate is verified by checking whether it was signed by a recognized CA.

The thumbprint is always computed using the SHA1 hash and is the string representation of that hash in the format: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx where, 'x' represents a hexadecimal digit

Since Converter API 2.0
username*xsd:string

User with root/Administrator privileges.
verifyPeer*xsd:boolean

Deprecated. As of Converter API version 4. Remote peer certificate is always verified.

Specifies whether peer's certificate should be verified. False by default.

Since Converter API 2.0
vmGUID*xsd:string

The GUID of the VM in HyperV Server's "ComputerSystem"
vmName*xsd:string

Name of the Hyper-V VM being referred
Properties inherited from ConverterComputerSpecComputerLocation
None
Properties inherited from DynamicData
None
*Need not be set