public sealed class Replication : IMessage<Replication>, IEquatable<Replication>, IDeepCloneable<Replication>, IBufferMessage, IMessageA policy that defines the replication and encryption configuration of data.
Inheritance
System.Object > ReplicationImplements
Google.Protobuf.IMessage<Replication>, System.IEquatable<Replication>, Google.Protobuf.IDeepCloneable<Replication>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
Replication()
public Replication()Replication(Replication)
public Replication(Replication other)| Parameter | |
|---|---|
| Name | Description |
other |
Replication |
Properties
Automatic
public Replication.Types.Automatic Automatic { get; set; }The [Secret][google.cloud.secretmanager.v1.Secret] will automatically be replicated without any restrictions.
| Property Value | |
|---|---|
| Type | Description |
Replication.Types.Automatic |
|
ReplicationCase
public Replication.ReplicationOneofCase ReplicationCase { get; }| Property Value | |
|---|---|
| Type | Description |
Replication.ReplicationOneofCase |
|
UserManaged
public Replication.Types.UserManaged UserManaged { get; set; }The [Secret][google.cloud.secretmanager.v1.Secret] will only be replicated into the locations specified.
| Property Value | |
|---|---|
| Type | Description |
Replication.Types.UserManaged |
|