Module: Google::Cloud::Notebooks::V1::RuntimeSoftwareConfig::PostStartupScriptBehavior
- Defined in:
- proto_docs/google/cloud/notebooks/v1/runtime.rb
Overview
Behavior for the post startup script.
Constant Summary collapse
- POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED =
Unspecified post startup script behavior. Will run only once at creation.
0
- RUN_EVERY_START =
Runs the post startup script provided during creation at every start.
1
- DOWNLOAD_AND_RUN_EVERY_START =
Downloads and runs the provided post startup script at every start.
2