postStartupScriptBehavior property
Behavior for the post startup script. Possible string values are:
- "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED" : Unspecified post startup script behavior. Will run only once at creation.
- "RUN_EVERY_START" : Runs the post startup script provided during creation at every start.
- "DOWNLOAD_AND_RUN_EVERY_START" : Downloads and runs the provided post startup script at every start.
Implementation
core.String? postStartupScriptBehavior;