DesktopPoolProvisioningSettingsCreateSpec

DesktopPoolProvisioningSettingsCreateSpec
DesktopPoolProvisioningSettingsCreateSpec

Applicable To: Automated desktop pool.
Virtual center provisioning settings for Automated desktop pool.

JSON Example
{
    "add_virtual_tpm": false,
    "base_snapshot_id": "snapshot-1",
    "datacenter_id": "datacenter-1",
    "host_or_cluster_id": "domain-s425",
    "im_stream_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "im_tag_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "parent_vm_id": "vm-2",
    "resource_pool_id": "resgroup-1",
    "vm_folder_id": "group-v1",
    "vm_template_id": "vm-1"
}
boolean
add_virtual_tpm
Optional

Indicates whether to add Virtual TPM device.
Default value is false.

string
base_snapshot_id
Optional

This property can be set only when source is set to INSTANT_CLONE, vm_template_id is unset and parent_vm_id is set.

string
datacenter_id
Optional

Datacenter within which the desktop pool is configured.

string
host_or_cluster_id
Required

Host or cluster where the machines are deployed in.
For Instant clone desktops it can only be set to a cluster id.

string
im_stream_id
Optional

Applicable To: Automated desktop pools.
This is required when vm_template_id, parent_vm_id and base_snapshot_id are not set.

string
im_tag_id
Optional

Applicable To: Automated desktop pools.
This is required when im_stream_Id is set.

string
parent_vm_id
Optional

This property can be set only when source is set to INSTANT_CLONE.

string
resource_pool_id
Required

Resource pool to deploy the machines.

string
vm_folder_id
Required

VM folder where the machines are deployed to.

string
vm_template_id
Optional

Applicable To: Full clone desktop pools.
This is required if parent_vm_id and base_snapshot_id are not set.