FarmCustomizationSettingsCreateSpec

FarmCustomizationSettingsCreateSpec
FarmCustomizationSettingsCreateSpec

Customization settings for the automated farm.

JSON Example
{
    "ad_container_rdn": "CN=Computers",
    "cloneprep_customization_settings": {
        "post_synchronization_script_name": "cloneprep_postsync_script",
        "post_synchronization_script_parameters": "p1 p2 p3",
        "power_off_script_name": "cloneprep_poweroff_script",
        "power_off_script_parameters": "p1 p2 p3",
        "priming_computer_account": "a219420d-4799-4517-8f78-39c74c7c4efc"
    },
    "instant_clone_domain_account_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "reuse_pre_existing_accounts": false
}
string
ad_container_rdn
Optional

Instant Clone Engine Active Directory container for clone prep. Default value is CN=Computers

cloneprep_customization_settings
Optional

cloneprep_customization_settings

string
instant_clone_domain_account_id
Required

Instant clone domain account. This is the administrator which will add the machines to its domain upon creation.

boolean
reuse_pre_existing_accounts
Optional

Indicates whether to allow the use of existing AD computer accounts when the VM names of newly created clones match the existing computer account names. Default value is false.