GetJobTemplateTemplateVolumeGc

data class GetJobTemplateTemplateVolumeGc(val bucket: String, val mountOptions: List<String>, val readOnly: Boolean)

Constructors

Link copied to clipboard
constructor(bucket: String, mountOptions: List<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

A list of flags to pass to the gcsfuse command for configuring this volume. Flags should be passed without leading dashes.

Link copied to clipboard

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