DbInstanceEndpointNodeItem

data class DbInstanceEndpointNodeItem(val nodeId: String, val weight: Int)

Constructors

Link copied to clipboard
constructor(nodeId: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the node.

Link copied to clipboard
val weight: Int

The weight of the node. Read requests are distributed based on the weight.Valid values: 0 to 100.