Name: VirtualMachineSyncTakeSnapshotSpec

Properties for SyncVM operation to take a snapshot before the operation. If it is not set, default is taking a snapshot with local and replica retention set to one day.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.VirtualMachineSyncTakeSnapshotSpec",
   "localRetentionTimeInMinutes": <Number>,
   "replicaRetentionTimeInMinutes": <Number>,
   "takeSnapshot": <Boolean>,
}

Attributes
NameTypeDescription
localRetentionTimeInMinutesxsd:longLocal snapshot retention time in minutes. Default value is one day.
replicaRetentionTimeInMinutesxsd:longReplica snapshot retention time in minutes. Default value is one day.
takeSnapshotxsd:booleanTake a snapshot before performing the SyncVm operation. Default is true.