EncryptionConfigResponse

data class EncryptionConfigResponse(val gcePdKmsKeyName: String, val kmsKey: String)

Encryption settings for the cluster.

Constructors

Link copied to clipboard
fun EncryptionConfigResponse(gcePdKmsKeyName: String, kmsKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster.

Link copied to clipboard

Optional. The Cloud KMS key name to use for encrypting customer core content and cluster PD disk for all instances in the cluster.