GetJobTemplateTemplateVolumeGc

data class GetJobTemplateTemplateVolumeGc(val bucket: String, val readOnly: Boolean)

Constructors

Link copied to clipboard
constructor(bucket: String, readOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the cloud storage bucket to back the volume. The resource service account must have permission to access the bucket.

Link copied to clipboard

If true, mount this volume as read-only in all mounts. If false, mount this volume as read-write.