View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - DesktopVirtualCenterProvisioningData
- Class
- VMware.Hv.VirtualCenterProvisioningData
- Property of
- DesktopVirtualCenterProvisioningSettings
- See also
- BaseImageSnapshotId, BaseImageVmId, DatacenterId, HostOrClusterId, 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
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.
|
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.
|
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.
|
datacenter | DatacenterId |
Datacenter within which the desktop is configured.
|
vmFolder | VmFolderId |
VM folder to deploy the VMs to.
|
hostOrCluster | HostOrClusterId |
Host or cluster to deploy the VMs in. Note(s) :-
|
resourcePool | ResourcePoolId |
Resource pool to deploy the VMs.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |