DeploymentSettingsResponse

data class DeploymentSettingsResponse(val cpu: Int? = null, val environmentVariables: Map<String, String>? = null, val jvmOptions: String? = null, val memoryInGB: Int? = null, val netCoreMainEntryPath: String? = null, val runtimeVersion: String? = null)

Deployment settings payload

Constructors

Link copied to clipboard
constructor(cpu: Int? = null, environmentVariables: Map<String, String>? = null, jvmOptions: String? = null, memoryInGB: Int? = null, netCoreMainEntryPath: String? = null, runtimeVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Int? = null

Required CPU, basic tier should be 1, standard tier should be in range (1, 4)

Link copied to clipboard

Collection of environment variables

Link copied to clipboard
val jvmOptions: String? = null

JVM parameter

Link copied to clipboard
val memoryInGB: Int? = null

Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)

Link copied to clipboard

The path to the .NET executable relative to zip root

Link copied to clipboard
val runtimeVersion: String? = null

Runtime version