NetworkUtilizationArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): NetworkUtilizationArgs

Properties

Link copied to clipboard
val targetReceivedBytesPerSecond: Output<Int>? = null

Target bytes received per second.

Link copied to clipboard
val targetReceivedPacketsPerSecond: Output<Int>? = null

Target packets received per second.

Link copied to clipboard
val targetSentBytesPerSecond: Output<Int>? = null

Target bytes sent per second.

Link copied to clipboard
val targetSentPacketsPerSecond: Output<Int>? = null

Target packets sent per second.