Skip to content

Data Object - FarmCustomizationSettings

Java Class

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

Property of

FarmAutomatedFarmData, FarmAutomatedFarmSpec

See also

ADContainerId, FarmCloneprepCustomizationSettings, FarmSysprepCustomizationSettings, ViewComposerDomainAdministratorId

Since

Horizon View 6.2

Data Object Description

Customization settings.

Data Object Properties

Name Type Description
customizationType xsd:string Type of customization to use. For linked-clone RDS Servers, this cannot be changed after creation. 2
* This property will be one of:
ValueDescription
"SYS_PREP"Microsoft Sysprep is a tool to deploy the configured operating system installation from a base image. The machine can then be customized based on an answer script. Sysprep can modify a larger number of configurable parameters than QuickPrep. This is applicable only to RDS servers belonging to Automated Farms.
"CLONE_PREP"ClonePrep is a VMware system tool executed by Instant Clone Engine during an instant clone machine deployment. ClonePrep personalizes each machine created from the Master image. This is applicable only to instant clone farm.
domainAdministrator ViewComposerDomainAdministratorId Deprecated.This property is being deprecated since View Composer will no longer be supported from Horizon version 2012 onwards. View Composer domain administrator. This is the administrator which will add the RDS Servers to its domain upon creation. This must be set for linked-clone RDS Servers. 1
adContainer ADContainerId View Composer Active Directory container for QuickPrep. If unset, this will default to the AD container "CN=Computers". 1
reusePreExistingAccounts xsd:boolean Whether to allow the use of existing AD computer accounts when the VM names of newly created RDS Servers match the existing computer account names. This is applicable only for Automated Farms. 3
sysprepCustomizationSettings FarmSysprepCustomizationSettings Settings when Sysprep customization is requested. 1 4
cloneprepCustomizationSettings FarmCloneprepCustomizationSettings Settings when ClonePrep customization is requested. Since Horizon 7.1 1
* This property is required if customizationType is set to "CLONE_PREP".

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of false. 

  4. This property is required if customizationType is set to 'SYS_PREP'.