lendablePercent

@JvmName(name = "scejhphcdlabxqto")
suspend fun lendablePercent(value: Output<Int>)
@JvmName(name = "qabvmhjksbmhhgeh")
suspend fun lendablePercent(value: Int?)

Parameters

value

lendablePercent prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )