GetServiceTemplateVolumeGc

data class GetServiceTemplateVolumeGc(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

GCS Bucket name

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 the GCS bucket as read-only