ClusterEndpoint

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The DNS address of the cluster. This property is read only.

Link copied to clipboard
val port: String? = null

The port that the database engine is listening on. This property is read only.