Cluster Control Plane Encryption
data class ClusterControlPlaneEncryption(val kmsKey: String? = null, val kmsKeyActiveVersion: String? = null, val kmsKeyState: String? = null, val kmsStatuses: List<ClusterControlPlaneEncryptionKmsStatus>? = null)
Constructors
Link copied to clipboard
constructor(kmsKey: String? = null, kmsKeyActiveVersion: String? = null, kmsKeyState: String? = null, kmsStatuses: List<ClusterControlPlaneEncryptionKmsStatus>? = null)
Properties
Link copied to clipboard
(Output) The Cloud KMS CryptoKeyVersion currently in use for protecting control plane disks. Only applicable if kms_key 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.
Link copied to clipboard