Workstation Config Ephemeral Directory Gce Pd
data class WorkstationConfigEphemeralDirectoryGcePd(val diskType: String? = null, val readOnly: Boolean? = null, val sourceImage: String? = null, val sourceSnapshot: String? = null)
Properties
Link copied to clipboard
Name of the disk image to use as the source for the disk. Must be empty sourceSnapshot is set. Updating sourceImage will update content in the ephemeral directory after the workstation is restarted.
Link copied to clipboard
Name of the snapshot to use as the source for the disk. Must be empty if sourceImage is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted.