public sealed class ReplicationSync : IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ReplicationSync.
ReplicationSync contain information about the last replica sync to the cloud.
Implements
IMessage<ReplicationSync>, IEquatable<ReplicationSync>, IDeepCloneable<ReplicationSync>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ReplicationSync()
public ReplicationSync()
ReplicationSync(ReplicationSync)
public ReplicationSync(ReplicationSync other)
Parameter | |
---|---|
Name | Description |
other | ReplicationSync |
Properties
LastSyncTime
public Timestamp LastSyncTime { get; set; }
The most updated snapshot created time in the source that finished replication.
Property Value | |
---|---|
Type | Description |
Timestamp |