DiskUtilizationResponse

data class DiskUtilizationResponse(val targetReadBytesPerSecond: Int, val targetReadOpsPerSecond: Int, val targetWriteBytesPerSecond: Int, val targetWriteOpsPerSecond: Int)

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

Constructors

Link copied to clipboard
fun DiskUtilizationResponse(targetReadBytesPerSecond: Int, targetReadOpsPerSecond: Int, targetWriteBytesPerSecond: Int, targetWriteOpsPerSecond: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target bytes read per second.

Link copied to clipboard

Target ops read per seconds.

Link copied to clipboard

Target bytes written per second.

Link copied to clipboard

Target ops written per second.