VM Migration v1 API - Class ReplicationSync (2.5.0)

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.

Inheritance

object > ReplicationSync

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ReplicationSync()

public ReplicationSync()

ReplicationSync(ReplicationSync)

public ReplicationSync(ReplicationSync other)
Parameter
NameDescription
otherReplicationSync

Properties

LastSyncTime

public Timestamp LastSyncTime { get; set; }

The most updated snapshot created time in the source that finished replication.

Property Value
TypeDescription
Timestamp