Automatic Scaling Args
data class AutomaticScalingArgs(val coolDownPeriod: Output<String>? = null, val cpuUtilization: Output<CpuUtilizationArgs>? = null, val customMetrics: Output<List<CustomMetricArgs>>? = null, val diskUtilization: Output<DiskUtilizationArgs>? = null, val maxConcurrentRequests: Output<Int>? = null, val maxIdleInstances: Output<Int>? = null, val maxPendingLatency: Output<String>? = null, val maxTotalInstances: Output<Int>? = null, val minIdleInstances: Output<Int>? = null, val minPendingLatency: Output<String>? = null, val minTotalInstances: Output<Int>? = null, val networkUtilization: Output<NetworkUtilizationArgs>? = null, val requestUtilization: Output<RequestUtilizationArgs>? = null, val standardSchedulerSettings: Output<StandardSchedulerSettingsArgs>? = null) : ConvertibleToJava<AutomaticScalingArgs>
Automatic scaling is based on request rate, response latencies, and other application metrics.
Constructors
Link copied to clipboard
fun AutomaticScalingArgs(coolDownPeriod: Output<String>? = null, cpuUtilization: Output<CpuUtilizationArgs>? = null, customMetrics: Output<List<CustomMetricArgs>>? = null, diskUtilization: Output<DiskUtilizationArgs>? = null, maxConcurrentRequests: Output<Int>? = null, maxIdleInstances: Output<Int>? = null, maxPendingLatency: Output<String>? = null, maxTotalInstances: Output<Int>? = null, minIdleInstances: Output<Int>? = null, minPendingLatency: Output<String>? = null, minTotalInstances: Output<Int>? = null, networkUtilization: Output<NetworkUtilizationArgs>? = null, requestUtilization: Output<RequestUtilizationArgs>? = null, standardSchedulerSettings: Output<StandardSchedulerSettingsArgs>? = null)
Functions
Properties
Link copied to clipboard
The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard