Cluster Encryption Info
data class ClusterEncryptionInfo(val encryptionAtRest: ClusterEncryptionAtRest? = null, val encryptionInTransit: ClusterEncryptionInTransit? = null)
Constructors
Link copied to clipboard
constructor(encryptionAtRest: ClusterEncryptionAtRest? = null, encryptionInTransit: ClusterEncryptionInTransit? = null)