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 name of the source instance for the replica, in the format
projects/{project}/locations/{location}/instances/{instance}. This field is required when creating a
replica.
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> |
StateUpdateTime
object representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StateUpdateTimeDateTimeOffset instead.")]
public virtual object StateUpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
StateUpdateTimeDateTimeOffset
DateTimeOffset representation of StateUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StateUpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
StateUpdateTimeRaw
Output only. The time when the replica state was updated.
Declaration
[JsonProperty("stateUpdateTime")]
public virtual string StateUpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |