FlexibleAppVersionResourcesVolume

data class FlexibleAppVersionResourcesVolume(val name: String, val sizeGb: Int, val volumeType: String)

Constructors

Link copied to clipboard
constructor(name: String, sizeGb: Int, volumeType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique name for the volume.

Link copied to clipboard
val sizeGb: Int

Volume size in gigabytes.

Link copied to clipboard

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