Cloud Filestore v1 API - Class Replication (2.7.0)

public sealed class Replication : IMessage<Replication>, IEquatable<Replication>, IDeepCloneable<Replication>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Filestore v1 API class Replication.

Replication specifications.

Inheritance

object > Replication

Namespace

Google.Cloud.Filestore.V1

Assembly

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