VolumeArgs

data class VolumeArgs(val name: Output<String>? = null, val sizeGb: Output<Double>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<VolumeArgs>

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

Constructors

Link copied to clipboard
fun VolumeArgs(name: Output<String>? = null, sizeGb: Output<Double>? = null, volumeType: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

Unique name for the volume.

Link copied to clipboard
val sizeGb: Output<Double>? = null

Volume size in gigabytes.

Link copied to clipboard
val volumeType: Output<String>? = null

Underlying volume type, e.g. 'tmpfs'.