Skip to content

Data Object - DesktopPersistentDiskSettings

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Desktop.PersistentDiskSettings

Property of

DesktopViewComposerStorageSettings

See also

DesktopVirtualCenterDatastoreSettings

Since

Horizon View 6.0

Data Object Description

With View Composer, you can configure OS data and user information on separate disks in linked-clone machines. View Composer preserves the user information on the persistent disk when the OS data is updated, refreshed, or rebalanced. A View Composer persistent disk contains user settings and other user-generated data.

Data Object Properties

Name Type Description
redirectWindowsProfile xsd:boolean Windows profiles will be redirected to persistent disks, which are not affected by View Composer operations such as refresh, recompose and rebalance. Note(s) :- 1 2 3
useSeparateDatastoresPersistentAndOSDisks xsd:boolean Whether to use separate datastores for persistent and OS disks. This must be false if redirectWindowsProfile is false. 4 5 6
persistentDiskDatastores DesktopVirtualCenterDatastoreSettings[] Datastores to store persistent disks for View Composer VMs. 5 7
diskSizeMB xsd:int Size of the persistent disk in MB. 8 5 9 6
diskDriveLetter xsd:string Persistent disk drive letter. This must be different than diskDriveLetter if set. 10 5 11 6

  1. For Instant clone desktops, this setting can only be set to false. 

  2. This property has a default value of true. 

  3. This property cannot be updated. 

  4. This property has a default value of false. 

  5. This property need not be set. 

  6. This property is required if redirectWindowsProfile is set to true. 

  7. This property is required if useSeparateDatastoresPersistentAndOSDisks is set to true. 

  8. This property has a default value of 2048. 

  9. This property has a minimum value of 128. 

  10. This property has a default value of D. 

  11. This property must be single letters from D to Z.