DaxClusterEndpointArgs

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

Definition of Endpoint

Constructors

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

Properties

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

The DNS hostname of the endpoint.

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

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

Link copied to clipboard
val url: Output<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.

Functions

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