Class Replication
Replication specifications.
Implements
Inherited Members
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.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |