View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - FarmInstantCloneProvisioningStatusData
- Class
- VMware.Hv.InstantCloneProvisioningStatusData
- Property of
- FarmProvisioningStatusData
- See also
- BaseImageSnapshotId, BaseImageVmId, FarmScheduledMaintenanceData
- Since
- Horizon 7.1
Data Object Description
Read-only operation and provisioning status data for instant clone farms.Data Object Properties
Properties
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operation | xsd:string |
The operation that this instant clone farm is undergoing.
|
||||||||||||||
operationTime | xsd:dateTime |
Time of the operation that instant clone farm is undergoing
Since Horizon 7.7
|
||||||||||||||
instantClonePendingImageState | xsd:string |
This represents the state of the pending image. This will be null
when there is no pending image for the farm.
|
||||||||||||||
instantCloneCurrentImageState | xsd:string |
This represents the state of the current image.
|
||||||||||||||
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.
|
||||||||||||||
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.
|
||||||||||||||
pendingImageParentVmPath | xsd:string |
Pending
pendingImageParentVm path.
The name is the last element of the path.
|
||||||||||||||
pendingImageSnapshotPath | xsd:string |
Pending
pendingImageSnapshot path.
The name is the last element of the path.
|
||||||||||||||
scheduledMaintenanceData | FarmScheduledMaintenanceData |
Scheduled maintenance settings for automated instant clone farm.
|
||||||||||||||
pendingImageError | xsd:string |
This represents the error message if publishing of PushImage is
failed.
Since Horizon 7.8
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |