DaxClusterEndpointResponse

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

Definition of Endpoint

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The DNS hostname of the endpoint.

Link copied to clipboard
val port: Int? = null

The port number that applications should use to connect to the endpoint.

Link copied to clipboard
val url: String? = null

The URL that applications should use to connect to the endpoint. The default ports are 8111 for the 'dax' protocol and 9111 for the 'daxs' protocol.