SiteLimitsResponse

data class SiteLimitsResponse(val maxDiskSizeInMb: Double? = null, val maxMemoryInMb: Double? = null, val maxPercentageCpu: Double? = null)

Metric limits set on an app.

Constructors

Link copied to clipboard
constructor(maxDiskSizeInMb: Double? = null, maxMemoryInMb: Double? = null, maxPercentageCpu: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxDiskSizeInMb: Double? = null

Maximum allowed disk size usage in MB.

Link copied to clipboard
val maxMemoryInMb: Double? = null

Maximum allowed memory usage in MB.

Link copied to clipboard

Maximum allowed CPU usage percentage.