Data Object - DesktopManualVirtualMachineData

Class
VMware.Hv.ManualVirtualMachineData
Returned by
Desktop_ValidateVmNamesInfo
Since
Horizon 7.4

Data Object Description

Validated virtual machine data.

Data Object Properties

Properties

Name Type Description
vmNamexsd:string

Virtual Machine name
userNamexsd:string

Virtual Machine user
  • This property need not be set.
sidxsd:string

The user's sid
  • This property need not be set.
manualVirtualMachineErrorsxsd:string[]

Errors captured after validation
  • This property need not be set.
  • This property will be one of:
    Value Description
    "VM_NAME_TOO_LONG"Vm name is longer than 15 bytes
    "INVALID_VM_NAME"Invalid name for a VM
    "DUPLICATE_VM_NAME"Duplicate VM name
    "INVALID_USER_NAME"User not found
    "DUPLICATE_USER_NAME"Duplicate user