Workstation Config Ephemeral Directory Gce Pd Args
data class WorkstationConfigEphemeralDirectoryGcePdArgs(val diskType: Output<String>? = null, val readOnly: Output<Boolean>? = null, val sourceImage: Output<String>? = null, val sourceSnapshot: Output<String>? = null) : ConvertibleToJava<WorkstationConfigEphemeralDirectoryGcePdArgs>
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.