public sealed class Replication : IMessage<Replication>, IEquatable<Replication>, IDeepCloneable<Replication>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1beta1 API class Replication.
A policy that defines the replication configuration of data.
Implements
IMessageReplication, IEquatableReplication, IDeepCloneableReplication, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta1Assembly
Google.Cloud.SecretManager.V1Beta1.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.secrets.v1beta1.Secret] will automatically be replicated without any restrictions.
Property Value | |
---|---|
Type | Description |
ReplicationTypesAutomatic |
ReplicationCase
public Replication.ReplicationOneofCase ReplicationCase { get; }
Property Value | |
---|---|
Type | Description |
ReplicationReplicationOneofCase |
UserManaged
public Replication.Types.UserManaged UserManaged { get; set; }
The [Secret][google.cloud.secrets.v1beta1.Secret] will only be replicated into the locations specified.
Property Value | |
---|---|
Type | Description |
ReplicationTypesUserManaged |