DesktopPoolStorageSettingsUpdateSpec

DesktopPoolStorageSettingsUpdateSpec
DesktopPoolStorageSettingsUpdateSpec

Applicable To: Automated desktop pool.
Virtual Center storage settings for Automated desktop pool.

JSON Example
{
    "datastores": [
        {
            "datastore_id": "datastore-1",
            "sdrs_cluster": false
        }
    ],
    "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
Required

Datastores to store the machine (or the OS disk using other options for instant clone machine storage)

boolean
reclaim_vm_disk_space
Optional

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.

integer As int64 As int64
reclamation_threshold_mb
Optional

Initiate reclamation when unused space on virtual machine exceeds the threshold in MB. Default value is 1.

string
replica_disk_datastore_id
Optional

Datastore to store replica disks for instant clone machines.

boolean
use_separate_datastores_replica_and_os_disks
Optional

Indicates whether to use separate datastores for replica and OS disks.

boolean
use_vsan
Required

Indicates whether to use vSphere vSAN.