FlexibleAppVersionAutomaticScalingDiskUtilizationArgs

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

Constructors

constructor(targetReadBytesPerSecond: Output<Int>? = null, targetReadOpsPerSecond: Output<Int>? = null, targetWriteBytesPerSecond: Output<Int>? = null, targetWriteOpsPerSecond: Output<Int>? = null)

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.

Functions

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