ClusterEndpoint

data class ClusterEndpoint(val address: String? = null, val port: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The DNS address of the primary read-write node.

Link copied to clipboard
val port: Int? = null

The port number that the engine is listening on.