GetClusterClusterEndpoint

data class GetClusterClusterEndpoint(val address: String, val port: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DNS hostname of the node.

Link copied to clipboard
val port: Int

Port number that this node is listening on.