ClusterEncryptionInfoEncryptionInTransit

data class ClusterEncryptionInfoEncryptionInTransit(val clientBroker: String? = null, val inCluster: Boolean? = null)

Constructors

Link copied to clipboard
fun ClusterEncryptionInfoEncryptionInTransit(clientBroker: String? = null, inCluster: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientBroker: String? = null
Link copied to clipboard
val inCluster: Boolean? = null