DiskUtilizationArgs

data class DiskUtilizationArgs(val targetReadBytesPerSecond: Output<Int>? = null, val targetReadOpsPerSecond: Output<Int>? = null, val targetWriteBytesPerSecond: Output<Int>? = null, val targetWriteOpsPerSecond: Output<Int>? = null) : ConvertibleToJava<DiskUtilizationArgs>

Target scaling by disk usage. Only applicable in the App Engine flexible environment.

Constructors

Link copied to clipboard
fun DiskUtilizationArgs(targetReadBytesPerSecond: Output<Int>? = null, targetReadOpsPerSecond: Output<Int>? = null, targetWriteBytesPerSecond: Output<Int>? = null, targetWriteOpsPerSecond: Output<Int>? = null)

Functions

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

Properties

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

Target bytes read per second.

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

Target ops read per seconds.

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

Target bytes written per second.

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

Target ops written per second.