DesktopPoolStorageSettingsCreateSpecV2
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,
"redirect_windows_profile": false,
"replica_disk_datastore_id": "datastore-1",
"use_separate_datastores_replica_and_os_disks": false,
"use_vsan": false
}
Datastores to store the machine.
Indicates the persistent disk drive letter.This property is required if redirect_Windows_Profile is set to True
Indicates the size of the persistent disk in MB.This property is required if redirect_Windows_Profile 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 diskspace (such as deleted files). This option reclaims unused diskspace on each virtual machine. The operation is initiated when an estimate of used disk space exceeds the specified threshold.
Default value is false.
Initiate reclamation when unused space on virtual machine exceeds the threshold in MB.
This property is required if reclaim_vm_disk_space is set to true.
Indicates that windows profiles will be redirected to persistent disks.
Datastore to store replica disks for instant clone machines.
This property is required if use_separate_datastores_replica_and_os_disks is set to true.
Indicates whether to use separate datastores for replica and OS disks.
Default value is false.
Indicates whether to use vSphere vSAN.
Default value is false.