Cluster Discovery Endpoint
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)