public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class EncryptionInfo.
EncryptionInfo describes the encryption information of a cluster or a backup.
Implements
IMessageEncryptionInfo, IEquatableEncryptionInfo, IDeepCloneableEncryptionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
EncryptionInfo()
public EncryptionInfo()
EncryptionInfo(EncryptionInfo)
public EncryptionInfo(EncryptionInfo other)
Parameter | |
---|---|
Name | Description |
other |
EncryptionInfo |
Properties
EncryptionType
public EncryptionInfo.Types.Type EncryptionType { get; set; }
Output only. Type of encryption.
Property Value | |
---|---|
Type | Description |
EncryptionInfoTypesType |
KmsKeyVersions
public RepeatedField<string> KmsKeyVersions { get; }
Output only. Cloud KMS key versions that are being used to protect the database or the backup.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
KmsKeyVersionsAsCryptoKeyVersionNames
public ResourceNameList<CryptoKeyVersionName> KmsKeyVersionsAsCryptoKeyVersionNames { get; }
CryptoKeyVersionName-typed view over the KmsKeyVersions resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListCryptoKeyVersionName |