public sealed class ReplicationStatus : IMessage<ReplicationStatus>, IEquatable<ReplicationStatus>, IDeepCloneable<ReplicationStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta2 API class ReplicationStatus.
The replication status of a
[SecretVersion][google.cloud.secretmanager.v1beta2.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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eReplicationStatus\u003c/code\u003e is a class in the Secret Manager v1beta2 API used to manage the replication status of a \u003ccode\u003eSecretVersion\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: a default constructor \u003ccode\u003eReplicationStatus()\u003c/code\u003e and another which copies data from a preexisting \u003ccode\u003eReplicationStatus\u003c/code\u003e object: \u003ccode\u003eReplicationStatus(ReplicationStatus other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReplicationStatus\u003c/code\u003e includes properties for \u003ccode\u003eAutomatic\u003c/code\u003e and \u003ccode\u003eUserManaged\u003c/code\u003e replication statuses, reflecting whether replication is automatic or user-managed, respectively, which are populated based on the secret replication policy.\u003c/p\u003e\n"],["\u003cp\u003eIt also has a \u003ccode\u003eReplicationStatusCase\u003c/code\u003e property that represents the current state of the replication status.\u003c/p\u003e\n"]]],[],null,["# Secret Manager v1beta2 API - Class ReplicationStatus (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/latest/Google.Cloud.SecretManager.V1Beta2.ReplicationStatus)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/1.0.0-beta02/Google.Cloud.SecretManager.V1Beta2.ReplicationStatus) \n\n public sealed class ReplicationStatus : IMessage\u003cReplicationStatus\u003e, IEquatable\u003cReplicationStatus\u003e, IDeepCloneable\u003cReplicationStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Secret Manager v1beta2 API class ReplicationStatus.\n\nThe replication status of a\n\\[SecretVersion\\]\\[google.cloud.secretmanager.v1beta2.SecretVersion\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ReplicationStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ReplicationStatus](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/latest/Google.Cloud.SecretManager.V1Beta2.ReplicationStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ReplicationStatus](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/latest/Google.Cloud.SecretManager.V1Beta2.ReplicationStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ReplicationStatus](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/latest/Google.Cloud.SecretManager.V1Beta2.ReplicationStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecretManager.V1Beta2](/dotnet/docs/reference/Google.Cloud.SecretManager.V1Beta2/latest/Google.Cloud.SecretManager.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecretManager.V1Beta2.dll\n\nConstructors\n------------\n\n### ReplicationStatus()\n\n public ReplicationStatus()\n\n### ReplicationStatus(ReplicationStatus)\n\n public ReplicationStatus(ReplicationStatus other)\n\nProperties\n----------\n\n### Automatic\n\n public ReplicationStatus.Types.AutomaticStatus Automatic { get; set; }\n\nDescribes the replication status of a\n\\[SecretVersion\\]\\[google.cloud.secretmanager.v1beta2.SecretVersion\\] with\nautomatic replication.\n\nOnly populated if the parent\n\\[Secret\\]\\[google.cloud.secretmanager.v1beta2.Secret\\] has an automatic\nreplication policy.\n\n### ReplicationStatusCase\n\n public ReplicationStatus.ReplicationStatusOneofCase ReplicationStatusCase { get; }\n\n### UserManaged\n\n public ReplicationStatus.Types.UserManagedStatus UserManaged { get; set; }\n\nDescribes the replication status of a\n\\[SecretVersion\\]\\[google.cloud.secretmanager.v1beta2.SecretVersion\\] with\nuser-managed replication.\n\nOnly populated if the parent\n\\[Secret\\]\\[google.cloud.secretmanager.v1beta2.Secret\\] has a user-managed\nreplication policy."]]