ClusterEncryptionInfo

data class ClusterEncryptionInfo(val encryptionAtRest: ClusterEncryptionAtRest? = null, val encryptionInTransit: ClusterEncryptionInTransit? = null)

Constructors

Link copied to clipboard
constructor(encryptionAtRest: ClusterEncryptionAtRest? = null, encryptionInTransit: ClusterEncryptionInTransit? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard