Class EncryptionInfo (0.1.12)

EncryptionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

EncryptionInfo describes the encryption information of a cluster or a backup.

Attributes

Name Description
encryption_type google.cloud.redis_cluster_v1beta1.types.EncryptionInfo.Type
Output only. Type of encryption.
kms_key_versions MutableSequence[str]
Output only. KMS key versions that are being used to protect the data at-rest.
kms_key_primary_state google.cloud.redis_cluster_v1beta1.types.EncryptionInfo.KmsKeyState
Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
last_update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The most recent time when the encryption info was updated.

Classes

KmsKeyState

KmsKeyState(value)

The state of the KMS key perceived by the system. Refer to the public documentation for the impact of each state.

Type

Type(value)

Possible encryption types.