Site Limits Args
data class SiteLimitsArgs(val maxDiskSizeInMb: Output<Double>? = null, val maxMemoryInMb: Output<Double>? = null, val maxPercentageCpu: Output<Double>? = null) : ConvertibleToJava<SiteLimitsArgs>
Metric limits set on an app.
Constructors
Link copied to clipboard
fun SiteLimitsArgs(maxDiskSizeInMb: Output<Double>? = null, maxMemoryInMb: Output<Double>? = null, maxPercentageCpu: Output<Double>? = null)