NetworkUtilizationResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target bytes received per second.

Link copied to clipboard

Target packets received per second.

Link copied to clipboard

Target bytes sent per second.

Link copied to clipboard

Target packets sent per second.