FlexibleAppVersionAutomaticScalingNetworkUtilizationArgs

data class FlexibleAppVersionAutomaticScalingNetworkUtilizationArgs(val targetReceivedBytesPerSecond: Output<Int>? = null, val targetReceivedPacketsPerSecond: Output<Int>? = null, val targetSentBytesPerSecond: Output<Int>? = null, val targetSentPacketsPerSecond: Output<Int>? = null) : ConvertibleToJava<FlexibleAppVersionAutomaticScalingNetworkUtilizationArgs>

Constructors

constructor(targetReceivedBytesPerSecond: Output<Int>? = null, targetReceivedPacketsPerSecond: Output<Int>? = null, targetSentBytesPerSecond: Output<Int>? = null, targetSentPacketsPerSecond: Output<Int>? = null)

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.

Functions

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