Class: Google::Cloud::VMMigration::V1::ReplicationSync

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

ReplicationSync contain information about the last replica sync to the cloud.

Instance Attribute Summary collapse

Instance Attribute Details

#last_sync_time::Google::Protobuf::Timestamp

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

Returns:



138
139
140
141
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 138

class ReplicationSync
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end