ClusterClusterEndpoint

data class ClusterClusterEndpoint(val endpoint: String? = null, val region: String? = null)

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, region: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpoint: String? = null

Cluster endpoint.

Link copied to clipboard
val region: String? = null

Region of the endpoint.