FlexibleAppVersionAutomaticScalingNetworkUtilization

data class FlexibleAppVersionAutomaticScalingNetworkUtilization(val targetReceivedBytesPerSecond: Int? = null, val targetReceivedPacketsPerSecond: Int? = null, val targetSentBytesPerSecond: Int? = null, val targetSentPacketsPerSecond: Int? = null)

Constructors

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

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.