DesktopPoolCustomizationScriptSettingsCreateSpec

DesktopPoolCustomizationScriptSettingsCreateSpec
DesktopPoolCustomizationScriptSettingsCreateSpec

Settings to configure customization scripts for instant clone desktop pool.

JSON Example
{
    "post_synchronization_script_name": "postsync_script",
    "post_synchronization_script_parameters": "p1 p2 p3",
    "power_off_script_name": "poweroff_script",
    "power_off_script_parameters": "p1 p2 p3"
}
string
post_synchronization_script_name
Optional

Post synchronization script. Run a customization script on instant-clone machines after they are created or recovered or a new image is pushed. Provide the path to the script on the parent virtual machine.

string
post_synchronization_script_parameters
Optional

Post synchronization script parameters.

string
power_off_script_name
Optional

Power off script. Run a customization script on instant-clone machines before they are powered off. Provide the path to the script on the parent virtual machine.

string
power_off_script_parameters
Optional

Power off script parameters.