DesktopPoolStorageSettingsUpdateSpecV2
Virtual center storage settings for automated desktop pool.
{
"datastores": [
{
"datastore_id": "datastore-1",
"sdrs_cluster": false
}
],
"persistent_disk_drive_letter": "D",
"persistent_disk_size_mb": 2048,
"reclaim_vm_disk_space": false,
"reclamation_threshold_mb": 1024,
"replica_disk_datastore_id": "datastore-1",
"use_separate_datastores_replica_and_os_disks": false,
"use_vsan": false
}
Datastores to store the machine (or the OS disk using other options for instant clone machine storage)
Indicates the persistent disk drive letter.This property is required if redirectWindowsProfile is set to True
Indicates the size of the persistent disk in MB.This property is required if redirectWindowsProfile is set to True
With vSphere 5.x, virtual machines can be configured to use a space efficient disk format that supports reclamation of unused disk space (such as deleted files). This option reclaims unused disk space on each virtual machine. The operation is initiated when an estimate of used disk space exceeds the specified threshold.
Initiate reclamation when unused space on virtual machine exceeds the threshold in MB. Default value is 1.
Datastore to store replica disks for instant clone machines.
Indicates whether to use separate datastores for replica and OS disks.
Indicates whether to use vSphere vSAN.