VolumeResponse

data class VolumeResponse(val name: String, val sizeGb: Double, val volumeType: String)

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

Constructors

Link copied to clipboard
fun VolumeResponse(name: String, sizeGb: Double, volumeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique name for the volume.

Link copied to clipboard

Volume size in gigabytes.

Link copied to clipboard

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