Name: VirtualMachineBackupScheduleInfo

Encapsulates the schedule name and corresponding destination retention minutes for cloud replication links. Snapshots taken by schedule with name specified in this class will be replicated to the current cloud destination and will be retained at the destination for time specified here.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.repl.VirtualMachineBackupScheduleInfo",
   "retentionDestinationMinutes": <Number>,
   "scheduleName": <String>,
}

Attributes
NameTypeDescription
retentionDestinationMinutesxsd:intRetention minutes for this destination. If this value is present, snapshot replicated to current destination will be retained for these many number of minutes. Currently only supported by cloud replication.
scheduleNamexsd:stringSnapshots taken by schedule name will be replicated to current destination. Assumption is that this schedule is already defined for VM or service group. Currently only supported by cloud replication.