FlexibleAppVersionResources

data class FlexibleAppVersionResources(val cpu: Int? = null, val diskGb: Int? = null, val memoryGb: Double? = null, val volumes: List<FlexibleAppVersionResourcesVolume>? = null)

Constructors

Link copied to clipboard
constructor(cpu: Int? = null, diskGb: Int? = null, memoryGb: Double? = null, volumes: List<FlexibleAppVersionResourcesVolume>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int? = null

Number of CPU cores needed.

Link copied to clipboard
val diskGb: Int? = null

Disk size (GB) needed.

Link copied to clipboard
val memoryGb: Double? = null

Memory (GB) needed.

Link copied to clipboard

List of ports, or port pairs, to forward from the virtual machine to the application container. Structure is documented below.