ClusterDiscoveryEndpoint

data class ClusterDiscoveryEndpoint(val address: String? = null, val port: Int? = null, val pscConfig: ClusterDiscoveryEndpointPscConfig? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Output only. The IP allocated on the consumer network for the PSC forwarding rule.

Link copied to clipboard
val port: Int? = null

Output only. The port number of the exposed Redis endpoint.

Link copied to clipboard

Output only. Customer configuration for where the endpoint is created and accessed from. Structure is documented below.