ServerlessCacheEndpoint

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

The address and the port.

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

Endpoint address.

Link copied to clipboard
val port: String? = null

Endpoint port.