Name
|
Type
|
Description
|
redirectDisposableFiles | xsd: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.
|
diskSizeMB | xsd: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.
|
diskDriveLetter | xsd: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.
|