Service Capacity Provider Strategy
data class ServiceCapacityProviderStrategy(val base: Int? = null, val capacityProvider: String, val weight: Int? = null)
Constructors
Link copied to clipboard
fun ServiceCapacityProviderStrategy(base: Int? = null, capacityProvider: String, weight: Int? = null)