AlloyDB v1 API - Class EncryptionInfo (1.0.0)

public sealed class EncryptionInfo : IMessage<EncryptionInfo>, IEquatable<EncryptionInfo>, IDeepCloneable<EncryptionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1 API class EncryptionInfo.

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

Inheritance

object > EncryptionInfo

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

EncryptionInfo()

public EncryptionInfo()

EncryptionInfo(EncryptionInfo)

public EncryptionInfo(EncryptionInfo other)
Parameter
NameDescription
otherEncryptionInfo

Properties

EncryptionType

public EncryptionInfo.Types.Type EncryptionType { get; set; }

Output only. Type of encryption.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldstring

KmsKeyVersionsAsCryptoKeyVersionNames

public ResourceNameList<CryptoKeyVersionName> KmsKeyVersionsAsCryptoKeyVersionNames { get; }

CryptoKeyVersionName-typed view over the KmsKeyVersions resource name property.

Property Value
TypeDescription
ResourceNameListCryptoKeyVersionName