Data Object - DesktopNonPersistentDiskSettings

Class
VMware.Hv.NonPersistentDiskSettings
Property of
DesktopViewComposerStorageSettings
Since
Horizon View 6.0

Data Object Description

Settings related to a non persistent disk. Changes to this disk are discarded when the user's session ends.

Data Object Properties

Properties

Name Type Description
redirectDisposableFilesxsd:boolean

Redirect disposable files to a non-persistent disk that will be deleted automatically when a user's session ends. Note(s) :-
  • For Instant clone desktops, this setting can only be set to false.

  • This property has a default value of true.
  • This property cannot be updated.
diskSizeMBxsd:int

Size of the non persistent disk in MB.
  • This property has a default value of 4096.
  • This property need not be set.
  • This property has a minimum value of 512.
  • This property is required if redirectDisposableFiles is set to true.
diskDriveLetterxsd:string

Non persistent disk drive letter. This must be different than diskDriveLetter if set.
  • This property has a default value of Auto.
  • This property need not be set.
  • This property must be single letters from D to Z or the word Auto.
  • This property is required if redirectDisposableFiles is set to true.