Show / Hide Table of Contents

Class Replication

Optional. The configuration used to replicate an instance.

Inheritance
object
Replication
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class Replication : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Replicas

Optional. Replication configuration for the replica instance associated with this instance. Only a single replica is supported.

Declaration
[JsonProperty("replicas")]
public virtual IList<ReplicaConfig> Replicas { get; set; }
Property Value
Type Description
IList<ReplicaConfig>

Role

Optional. The replication role. When creating a new replica, this field must be set to STANDBY.

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX