Data Object - DesktopVirtualCenterProvisioningData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Desktop.VirtualCenterProvisioningData
Property of
See also
BaseImageSnapshotId, BaseImageVmId, DatacenterId, HostOrClusterId, ImageManagementStreamId, ImageManagementTagId, ResourcePoolId, VmFolderId, VmTemplateId
Since
Horizon View 6.0
Data Object Description¶
Virtual Center entities associated with this Desktop that may not be retrievable.
Data Object Properties¶
Name | Type | Description |
---|---|---|
template | VmTemplateId | Template to deploy full clone VMs. Must be set if and only if parentVm and snapshot are unset. Applicable only to Virtual Center sourced desktops. 1 |
parentVm | BaseImageVmId | Base image VM for View Composer VMs and current Image for Instant clone desktops. Must be set if and only if template is unset and snapshot is set. Applicable only to View Composer and Instant Clone Engine sourced desktops. For Instant Clone Engine desktops, this must be set on creation and cannot be updated. To update base image VM of instant clone desktops use Desktop_SchedulePushImage method. 1 |
snapshot | BaseImageSnapshotId | Base image snapshot for View Composer and current Image snapshot for Instant clone desktops. Must be set only in case of View Composer sourced desktops and if and only if template is unset and parentVm is set. Applicable only to View Composer and Instant Clone Engine sourced desktops. For Instant Clone Engine desktops, this must be set on creation and cannot be updated. To update the base image snapshot of instant clone desktops use Desktop_SchedulePushImage method. 1 |
datacenter | DatacenterId | Datacenter within which the desktop is configured. 2 |
vmFolder | VmFolderId | VM folder to deploy the VMs to. 2 |
hostOrCluster | HostOrClusterId | Host or cluster to deploy the VMs in. Note(s) :- 3 4 |
resourcePool | ResourcePoolId | Resource pool to deploy the VMs. |
imageManagementStream | ImageManagementStreamId | Image management Stream to be used in Desktop creation when Image Management feature is enabled. This is applicable for Instant clone and Full clone Desktops only. This is required when template, parentVm and snapshot are unset. Since Horizon 7.10 1 |
imageManagementTag | ImageManagementTagId | Image Management Tag associated with the selected image management stream to be used in Desktop creation when Image Management feature is enabled. This is applicable for Instant clone and Full clone Desktops only. This is required when imageManagementStream is set. Since Horizon 7.10 1 |