ServiceTemplateSpecVolumeCsiArgs

data class ServiceTemplateSpecVolumeCsiArgs(val driver: Output<String>, val readOnly: Output<Boolean>? = null, val volumeAttributes: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceTemplateSpecVolumeCsiArgs>

Constructors

Link copied to clipboard
constructor(driver: Output<String>, readOnly: Output<Boolean>? = null, volumeAttributes: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val driver: Output<String>

Unique name representing the type of file system to be created. Cloud Run supports the following values:

Link copied to clipboard
val readOnly: Output<Boolean>? = null

If true, all mounts created from this volume will be read-only.

Link copied to clipboard
val volumeAttributes: Output<Map<String, String>>? = null

Driver-specific attributes. The following options are supported for available drivers:

Functions

Link copied to clipboard
open override fun toJava(): ServiceTemplateSpecVolumeCsiArgs