postStartupScriptOption property

String? postStartupScriptOption
getter/setter pair

Specifies the behavior of post startup script during migration.

Optional. Possible string values are:

  • "POST_STARTUP_SCRIPT_OPTION_UNSPECIFIED" : Post startup script option is not specified. Default is POST_STARTUP_SCRIPT_OPTION_SKIP.
  • "POST_STARTUP_SCRIPT_OPTION_SKIP" : Not migrate the post startup script to the new Workbench Instance.
  • "POST_STARTUP_SCRIPT_OPTION_RERUN" : Redownload and rerun the same post startup script as the Google-Managed Notebook.

Implementation

core.String? postStartupScriptOption;