Skip to content

Data Object - PersistentDiskIncompatibleReasons

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.PersistentDisk.PersistentDiskIncompatibleReasons

Returned by

PersistentDisk_PreviewRecreateMachines

See also

PersistentDiskId

Since

Horizon 7.8

Data Object Description

List all incompatible reasons for persistent disk

Data Object Properties

Name Type Description
id PersistentDiskId The ID of the persistent disk.
compatible xsd:boolean True if the machine can be recreated with PersistentDisk. If the value is false, incompatible reasons are available at incompatibleReasons 2
incompatibleReasons xsd:string[] Incompatible reasons for recreating machine with the persistent disk. 1 2
* This property will be one of:
ValueDescription
"MAX_POOL_SIZE_VIOLATION"Desktop Pool has reached maximum pool size. Type: Error - Machine can not be recreated with this incompatibility
"NON_VSPHERE_DESKTOP"vSphere mode of Disk is not compatible with Desktop pool. Type: Error - Machine can not be recreated with this incompatibility
"DISK_WITH_INCOMPATIBLE_DATASTORES"Data disk and pool should both either be on VSAN datastores or Non-VSAN datastores. Type: Error - Machine can not be recreated with this incompatibility
"DUPLICATE_DISKS"Two or more of the selected persistent disks are associated with the same desktop pool and user. Type: Error - Machine can not be recreated with this incompatibility
"MACHINE_NAME_EXISTS_IN_DESKTOP"Machine name exists in desktop. Type: Warning - Machine can still be recreated with this incompatibility
"DISK_USER_NOT_ENTITLED_TO_DESKTOP"Assigned user to the disk is not entitled to the Desktop Pool. Type: Warning - Machine can still be recreated with this incompatibility
"DISK_USER_ASSIGNED_TO_EXISTING_MACHINE"Assigned user of the disk is having an Assignment on a machine of the same desktop pool. Type: Error - Machine can not be recreated with this incompatibility
"DESKTOP_SEMI_AUTO_POOL"Desktop created with specified naming method. Type: Warning - Machine can still be recreated with this incompatibility.

  1. This property need not be set. 

  2. This property cannot be updated.