Data Object - FarmInstantCloneProvisioningStatusData
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.InstantCloneProvisioningStatusData
Property of
See also
BaseImageSnapshotId, BaseImageVmId, FarmScheduledMaintenanceData, ImageManagementStreamId, ImageManagementTagId
Since
Horizon 7.1
Data Object Description¶
Read-only operation and provisioning status data for instant clone farms.
Data Object Properties¶
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operation | xsd:string | The operation that this instant clone farm is undergoing. * This property will be one of:
|
||||||||||||||
operationTime | xsd:dateTime | Time of the operation that instant clone farm is undergoing Since Horizon 7.7 1 | ||||||||||||||
instantClonePendingImageState | xsd:string | This represents the state of the pending image. This will be null when there is no pending image for the farm. 1 * This property will be one of:
|
||||||||||||||
instantCloneCurrentImageState | xsd:string | This represents the state of the current image. 1 * This property will be one of:
|
||||||||||||||
pendingImageParentVm | BaseImageVmId | Pending base image VM for Instant clone farms. This is used to return the information about the parent VM of the pending Image. To update base image VM of instant clone farms use Farm#scheduleRecurringMaintenance method. 1 3 | ||||||||||||||
pendingImageSnapshot | BaseImageSnapshotId | Pending base image snapshot for Instant clone farms. This is used to return the information about the snapshot of the pending Image. To update base image snapshot of instant clone farms use Farm#scheduleRecurringMaintenance method. 1 3 | ||||||||||||||
pendingImageParentVmPath | xsd:string | Pending pendingImageParentVm path. The name is the last element of the path. 1 3 | ||||||||||||||
pendingImageSnapshotPath | xsd:string | Pending pendingImageSnapshot path. The name is the last element of the path. 1 3 | ||||||||||||||
pendingImageManagementStream | ImageManagementStreamId | Pending image management stream for Instant clone farms. To update image management stream of instant clone farms use Farm#scheduleRecurringMaintenance method. Since Horizon 7.10 1 2 | ||||||||||||||
pendingImageManagementTag | ImageManagementTagId | Pending image management tag for Instant clone farms. To update image management tag of instant clone farms use Farm#scheduleRecurringMaintenance method. Since Horizon 7.10 1 2 | ||||||||||||||
pendingImageManagementStreamName | xsd:string | Pending pendingImageManagementStream name. Since Horizon 7.10 1 2 | ||||||||||||||
pendingImageManagementTagName | xsd:string | Pending pendingImageManagementTag name. Since Horizon 7.10 1 2 | ||||||||||||||
scheduledMaintenanceData | FarmScheduledMaintenanceData | Scheduled maintenance settings for automated instant clone farm. 1 | ||||||||||||||
pendingImageError | xsd:string | This represents the error message if publishing of PushImage is failed. Since Horizon 7.8 1 | ||||||||||||||
pendingImageProgress | xsd:int | This represents the pending image publish progress in percentage for an instant clone farm. Since Horizon 7.11 1 |