ClusterEndpointArgs

data class ClusterEndpointArgs(val address: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ClusterEndpointArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, port: Output<Int>? = null)

Properties

Link copied to clipboard
val address: Output<String>? = null

The DNS address of the primary read-write node.

Link copied to clipboard
val port: Output<Int>? = null

The port number that the engine is listening on.

Functions

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