public sealed class ReplicationStatus : IMessage<ReplicationStatus>, IEquatable<ReplicationStatus>, IDeepCloneable<ReplicationStatus>, IBufferMessage, IMessage
The replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
Inheritance
System.Object > ReplicationStatusImplements
Google.Protobuf.IMessage<ReplicationStatus>, System.IEquatable<ReplicationStatus>, Google.Protobuf.IDeepCloneable<ReplicationStatus>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
ReplicationStatus()
public ReplicationStatus()
ReplicationStatus(ReplicationStatus)
public ReplicationStatus(ReplicationStatus other)
Parameter | |
---|---|
Name | Description |
other | ReplicationStatus |
Properties
Automatic
public ReplicationStatus.Types.AutomaticStatus Automatic { get; set; }
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with automatic replication.
Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has an automatic replication policy.
Property Value | |
---|---|
Type | Description |
ReplicationStatus.Types.AutomaticStatus |
ReplicationStatusCase
public ReplicationStatus.ReplicationStatusOneofCase ReplicationStatusCase { get; }
Property Value | |
---|---|
Type | Description |
ReplicationStatus.ReplicationStatusOneofCase |
UserManaged
public ReplicationStatus.Types.UserManagedStatus UserManaged { get; set; }
Describes the replication status of a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion] with user-managed replication.
Only populated if the parent [Secret][google.cloud.secretmanager.v1.Secret] has a user-managed replication policy.
Property Value | |
---|---|
Type | Description |
ReplicationStatus.Types.UserManagedStatus |