Network Utilization Args
data class NetworkUtilizationArgs(val targetReceivedBytesPerSecond: Output<Int>? = null, val targetReceivedPacketsPerSecond: Output<Int>? = null, val targetSentBytesPerSecond: Output<Int>? = null, val targetSentPacketsPerSecond: Output<Int>? = null) : ConvertibleToJava<NetworkUtilizationArgs>
Target scaling by network usage. Only applicable in the App Engine flexible environment.
Constructors
Link copied to clipboard
fun NetworkUtilizationArgs(targetReceivedBytesPerSecond: Output<Int>? = null, targetReceivedPacketsPerSecond: Output<Int>? = null, targetSentBytesPerSecond: Output<Int>? = null, targetSentPacketsPerSecond: Output<Int>? = null)