startupScriptUri property

String? startupScriptUri
getter/setter pair

Link to the startup script stored in Cloud Storage.

This script will be run on the host workstation VM when the VM is created. The URI must be of the form gs://{bucket-name}/{object-name}. If specifying a startup script, the service account must have Permission to access the bucket and script file in Cloud Storage. Otherwise, the script must be publicly accessible. Note that the service regularly updates the OS version of the host VM, and it is the responsibility of the user to ensure the script stays compatible with the OS version.

Optional.

Implementation

core.String? startupScriptUri;