public sealed class Replica : IMessage<Replication.Types.UserManaged.Types.Replica>, IEquatable<Replication.Types.UserManaged.Types.Replica>, IDeepCloneable<Replication.Types.UserManaged.Types.Replica>, IBufferMessage, IMessage
Represents a Replica for this [Secret][google.cloud.secretmanager.v1.Secret].
public CustomerManagedEncryption CustomerManagedEncryption { get; set; }
Optional. The customer-managed encryption configuration of the [User-Managed
Replica][Replication.UserManaged.Replica]. If no configuration is
provided, Google-managed default encryption is used.
Updates to the [Secret][google.cloud.secretmanager.v1.Secret] encryption configuration only apply to
[SecretVersions][google.cloud.secretmanager.v1.SecretVersion] added afterwards. They do not apply
retroactively to existing [SecretVersions][google.cloud.secretmanager.v1.SecretVersion].
[[["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-03-21 UTC."],[[["This webpage details the `Replica` class, which is part of the `Google.Cloud.SecretManager.V1` namespace, used for representing a replica of a Secret."],["The `Replica` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling and deep cloning."],["The webpage also contains several versions of the library, ranging from 1.3.0 to 2.5.0, with the latest being 2.5.0, providing different versions of the reference documentation."],["The `Replica` class has properties such as `CustomerManagedEncryption`, allowing optional configuration of customer-managed encryption, and `Location`, specifying the data replication location, both of which are crucial in managing secret replication."],["Two constructors are available for creating `Replica` objects, a default one, and another one for creating a copy from another existing `Replica` object, aiding in flexible object creation."]]],[]]