ClusterEncryptionInfoEncryptionInTransit

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientBroker: String? = null

Encryption setting for data in transit between clients and brokers. Valid values: TLS, TLS_PLAINTEXT, and PLAINTEXT. Default value is TLS.

Link copied to clipboard
val inCluster: Boolean? = null

Whether data communication among broker nodes is encrypted. Default value: true.