class Google::Apis::VmmigrationV1alpha1::ReplicationSync
ReplicationSync
contain information about the last replica sync to the cloud.
Attributes
last_sync_time[RW]
The most updated snapshot created time in the source that finished replication. Corresponds to the JSON property ‘lastSyncTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vmmigration_v1alpha1/classes.rb, line 1817 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vmmigration_v1alpha1/classes.rb, line 1822 def update!(**args) @last_sync_time = args[:last_sync_time] if args.key?(:last_sync_time) end