CapacityProviderStrategyItem

@JsonSerializable
data class CapacityProviderStrategyItem(val capacityProvider: String, val base: Int?, val weight: Int?)(source)

Constructors

Link copied to clipboard
constructor(capacityProvider: String, base: Int?, weight: Int?)

Properties

Link copied to clipboard
val base: Int?
Link copied to clipboard
Link copied to clipboard
val weight: Int?