
com.pulumi.azure.cosmosdb.kotlin.outputs.AccountCapacity.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.cosmosdb.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property totalThroughputLimit The total throughput limit imposed on this Cosmos DB account (RU/s). Possible values are at least `-1`. `-1` means no limit.
*/
public data class AccountCapacity(
public val totalThroughputLimit: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.AccountCapacity):
AccountCapacity = AccountCapacity(
totalThroughputLimit = javaType.totalThroughputLimit(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy