Class ReplicationDetails
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReplicationDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastReplicationTime
object representation of LastReplicationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastReplicationTimeDateTimeOffset instead.")]
public virtual object LastReplicationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastReplicationTimeDateTimeOffset
DateTimeOffset representation of LastReplicationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastReplicationTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastReplicationTimeRaw
The last sync time of the device pair.
Declaration
[JsonProperty("lastReplicationTime")]
public virtual string LastReplicationTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecondsSinceLastReplication
Replication lag in seconds. This will only be populated if device is in replicating state. Note that the value is calculated sometime during request processing and at the instant the client receives the response, the current replication_lag may have changed.
Declaration
[JsonProperty("secondsSinceLastReplication")]
public virtual long? SecondsSinceLastReplication { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |