public sealed class ReplicaStatus : IMessage<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IEquatable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IDeepCloneable<ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus>, IBufferMessage, IMessage
Describes the status of a user-managed replica for the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
public CustomerManagedEncryptionStatus CustomerManagedEncryption { get; set; }
Output only. The customer-managed encryption status of the [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
populated if customer-managed encryption is used.
[[["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 documents the `ReplicaStatus` class within the `Google.Cloud.SecretManager.V1` namespace, specifically version 1.4.0, and its role in describing the status of user-managed replicas for SecretVersions."],["The `ReplicaStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google Cloud Secret Manager .NET API."],["The `ReplicaStatus` class has two constructors, a default and another that accepts a `ReplicationStatus.Types.UserManagedStatus.Types.ReplicaStatus` object as a parameter."],["Key properties of `ReplicaStatus` include `CustomerManagedEncryption`, which indicates the status of customer-managed encryption, and `Location`, which specifies the canonical ID of the replica's location."],["The webpage provides access to the ReplicaStatus documentation in various versions, ranging from version 1.3.0 to the latest, 2.5.0, allowing users to select the version they need to reference."]]],[]]