Class ReplicaConfig
Replica configuration for the instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudFilestore.v1.Data
Assembly: Google.Apis.CloudFilestore.v1.dll
Syntax
public class ReplicaConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastActiveSyncTime
object representation of LastActiveSyncTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastActiveSyncTimeDateTimeOffset instead.")]
public virtual object LastActiveSyncTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastActiveSyncTimeDateTimeOffset
DateTimeOffset representation of LastActiveSyncTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastActiveSyncTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastActiveSyncTimeRaw
Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely.
Declaration
[JsonProperty("lastActiveSyncTime")]
public virtual string LastActiveSyncTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
PeerInstance
Optional. The peer instance.
Declaration
[JsonProperty("peerInstance")]
public virtual string PeerInstance { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The replica state.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
StateReasons
Output only. Additional information about the replication state, if available.
Declaration
[JsonProperty("stateReasons")]
public virtual IList<string> StateReasons { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |