DesktopPoolStorageSettingsCreateSpec

DesktopPoolStorageSettingsCreateSpec
DesktopPoolStorageSettingsCreateSpec

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.

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 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.

integer As int64 As int64
reclamation_threshold_mb
Optional

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.

string
replica_disk_datastore_id
Optional

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.

boolean
use_separate_datastores_replica_and_os_disks
Optional

Indicates whether to use separate datastores for replica and OS disks.
Default value is false.

boolean
use_vsan
Optional

Indicates whether to use vSphere vSAN.
Default value is false.