Skip to content

Data Object - FarmRecomposeSpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.resources.Farm.RecomposeSpec

Parameter to

Farm_Recompose

See also

BaseImageSnapshotId, BaseImageVmId, RDSServerId

Since

Horizon View 6.2

Data Object Description

Specification for the recompose operation.

Data Object Properties

Name Type Description
parentVm BaseImageVmId New base image VM for automated farm's RDS Servers. This must be in the same datacenter as the base image of the RDS Server.
snapshot BaseImageSnapshotId Base image snapshot for the Automated Farm's RDS Servers.
startTime xsd:dateTime When to start the operation. If unset the operation will begin immediately. 1
logoffSetting xsd:string Determines when to perform the operation on RDS servers which have an active session.
* This property will be one of:
ValueDescription
"FORCE_LOGOFF"Users will be forced to log off when the system is ready to operate on their RDS Servers. Before being forcibly logged off, users may have a grace period in which to save their work (Global Settings).
"WAIT_FOR_LOGOFF"Wait for connected users to disconnect before the task starts. The operation starts immediately on RDS Servers without active sessions.
stopOnFirstError xsd:boolean Indicates that the operation should stop on first error. 2
rdsServers RDSServerId[] The RDS Servers to recompose.

  1. This property need not be set. 

  2. This property has a default value of true.