DbInstanceEndpointNodeItemArgs

data class DbInstanceEndpointNodeItemArgs(val nodeId: Output<String>, val weight: Output<Int>) : ConvertibleToJava<DbInstanceEndpointNodeItemArgs>

Constructors

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

Properties

Link copied to clipboard
val nodeId: Output<String>

The ID of the node.

Link copied to clipboard
val weight: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): DbInstanceEndpointNodeItemArgs