Interface protos.google.cloud.redis.cluster.v1beta1.IEncryptionInfo (0.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of an EncryptionInfo.
Package
@google-cloud/redis-cluster
Properties
encryptionType
encryptionType?: (google.cloud.redis.cluster.v1beta1.EncryptionInfo.Type|keyof typeof google.cloud.redis.cluster.v1beta1.EncryptionInfo.Type|null);
EncryptionInfo encryptionType
kmsKeyPrimaryState
kmsKeyPrimaryState?: (google.cloud.redis.cluster.v1beta1.EncryptionInfo.KmsKeyState|keyof typeof google.cloud.redis.cluster.v1beta1.EncryptionInfo.KmsKeyState|null);
EncryptionInfo kmsKeyPrimaryState
kmsKeyVersions
kmsKeyVersions?: (string[]|null);
EncryptionInfo kmsKeyVersions
lastUpdateTime
lastUpdateTime?: (google.protobuf.ITimestamp|null);
EncryptionInfo lastUpdateTime
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface protos.google.cloud.redis.cluster.v1beta1.IEncryptionInfo (0.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.0 (latest)](/nodejs/docs/reference/redis-cluster/latest/redis-cluster/protos.google.cloud.redis.cluster.v1beta1.iencryptioninfo)\n- [0.7.1](/nodejs/docs/reference/redis-cluster/0.7.1/redis-cluster/protos.google.cloud.redis.cluster.v1beta1.iencryptioninfo)\n- [0.6.0](/nodejs/docs/reference/redis-cluster/0.6.0/redis-cluster/protos.google.cloud.redis.cluster.v1beta1.iencryptioninfo)\n- [0.5.0](/nodejs/docs/reference/redis-cluster/0.5.0/redis-cluster/protos.google.cloud.redis.cluster.v1beta1.iencryptioninfo)\n- [0.1.0](/nodejs/docs/reference/redis-cluster/0.1.0/redis-cluster/protos.google.cloud.redis.cluster.v1beta1.iencryptioninfo) \nProperties of an EncryptionInfo.\n\nPackage\n-------\n\n[@google-cloud/redis-cluster](../overview.html)\n\nProperties\n----------\n\n### encryptionType\n\n encryptionType?: (google.cloud.redis.cluster.v1beta1.EncryptionInfo.Type|keyof typeof google.cloud.redis.cluster.v1beta1.EncryptionInfo.Type|null);\n\nEncryptionInfo encryptionType\n\n### kmsKeyPrimaryState\n\n kmsKeyPrimaryState?: (google.cloud.redis.cluster.v1beta1.EncryptionInfo.KmsKeyState|keyof typeof google.cloud.redis.cluster.v1beta1.EncryptionInfo.KmsKeyState|null);\n\nEncryptionInfo kmsKeyPrimaryState\n\n### kmsKeyVersions\n\n kmsKeyVersions?: (string[]|null);\n\nEncryptionInfo kmsKeyVersions\n\n### lastUpdateTime\n\n lastUpdateTime?: (google.protobuf.ITimestamp|null);\n\nEncryptionInfo lastUpdateTime"]]