Network Utilization Response
data class NetworkUtilizationResponse(val targetReceivedBytesPerSecond: Int, val targetReceivedPacketsPerSecond: Int, val targetSentBytesPerSecond: Int, val targetSentPacketsPerSecond: Int)
Target scaling by network usage. Only applicable in the App Engine flexible environment.
Constructors
Link copied to clipboard
fun NetworkUtilizationResponse(targetReceivedBytesPerSecond: Int, targetReceivedPacketsPerSecond: Int, targetSentBytesPerSecond: Int, targetSentPacketsPerSecond: Int)