Node Pool Local Disk Encryption
data class NodePoolLocalDiskEncryption(val kmsKey: String? = null, val kmsKeyActiveVersion: String? = null, val kmsKeyState: String? = null)
Properties
Link copied to clipboard
(Output) The Cloud KMS CryptoKeyVersion currently in use for protecting node local disks. Only applicable if kmsKey is set.
Link copied to clipboard
(Output) Availability of the Cloud KMS CryptoKey. If not KEY_AVAILABLE, then nodes may go offline as they cannot access their local data. This can be caused by a lack of permissions to use the key, or if the key is disabled or deleted.