Skip to content

Data Object - DesktopPushImageSpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Desktop.PushImageSpec

Parameter to

Desktop_SchedulePushImage

See also

BaseImageSnapshotId, BaseImageVmId, DesktopComputeProfileSpec, DesktopPushImageSettings, MachineId

Since

Horizon 7.0

Data Object Description

Specification for the Push Image operation. This operation is only applicable to Instant clone desktops.

Data Object Properties

Name Type Description
parentVm BaseImageVmId New base image VM for the desktop. This must be in the same datacenter as the base image of the desktop.
snapshot BaseImageSnapshotId New base image snapshot for the desktop. This must be a snapshot of the parentVm.
settings DesktopPushImageSettings Settings for the Push Image operation.
selectivePushImage xsd:boolean Set to true for selective push image. Indicates if the new image should be applied to a subset of the clones in the pool. The image published with this option, will be held as a pending image, unless it is either promoted or canceled. Since Horizon 8.4 2 1
machines MachineId[] The list of machines from the pool on which the new image is to be applied Since Horizon 8.4 1
computeProfile DesktopComputeProfileSpec Compute Profile used to specify the CPU, RAM and cores per socket configuration to create VMs with. Since Horizon 8.6 1

  1. This property need not be set. 

  2. This property has a default value of false.