DesktopPoolQuickprepCustomizationSettings
DesktopPoolQuickprepCustomizationSettings
Settings for QuickPrep customization.
JSON Example
{
"post_synchronization_script_parameters": "p1 p2 p3",
"post_synchronization_script_path": "quickprep_postsync_script",
"power_off_script_parameters": "p1 p2 p3",
"power_off_script_path": "quickprep_poweroff_script"
}
string
post_synchronization_script_parameters
Optional
Post synchronization script parameters.
string
post_synchronization_script_path
Optional
Post synchronization script. QuickPrep can run a customization script on linked-clone machines after they are created, recomposed, and refreshed. Provide the path to the script on the parent virtual machine.
string
power_off_script_parameters
Optional
Power off script parameters.
string
power_off_script_path
Optional
Power off script. QuickPrep can run a customization script on linked-clone machines before they are powered off. Provide the path to the script on the parent virtual machine.