Class PostStartupScriptBehavior (1.10.4)

PostStartupScriptBehavior(value)

Behavior for the post startup script.

Enums

Name Description
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.