public sealed class Replication : IMessage<Replication>, IEquatable<Replication>, IDeepCloneable<Replication>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Filestore v1 API class Replication.
Replication specifications.
Implements
IMessageReplication, IEquatableReplication, IDeepCloneableReplication, IBufferMessage, IMessageNamespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Constructors
Replication()
public Replication()Replication(Replication)
public Replication(Replication other)| Parameter | |
|---|---|
| Name | Description |
other |
Replication |
Properties
Replicas
public RepeatedField<ReplicaConfig> Replicas { get; }Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReplicaConfig |
|
Role
public Replication.Types.Role Role { get; set; }Optional. The replication role.
| Property Value | |
|---|---|
| Type | Description |
ReplicationTypesRole |
|