GetServerlessCacheEndpoint

data class GetServerlessCacheEndpoint(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

The DNS hostname of the cache node.

Link copied to clipboard
val port: Int

The port number that the cache engine is listening on. Set as integer.