Name: ProtectionPolicy

Defines service group level protection policy. Protection policies include snapshot and replication information. since v310.61

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.svg.ProtectionPolicy",
   "highFrequencySnapshotEnabled": <Boolean>,
   "systemDefaultReplicationConfig": <Boolean>,
   "systemDefaultSnapshotSchedule": <Boolean>,
   "replicationConfigs": [VirtualMachineReplicationConfig],
   "snapshotSchedules": [VirtualMachineSnapshotSchedule],
}

Elements
NameTypeDescription
replicationConfig (wrapped by replicationConfigs)xsd:list[VirtualMachineReplicationConfig]List of replication configurations
snapshotSchedule (wrapped by snapshotSchedules)xsd:list[VirtualMachineSnapshotSchedule]List of snapshot schedules

Attributes
NameTypeDescription
highFrequencySnapshotEnabledxsd:booleanTrue if high-frequency snapshot is enabled for this policy.
systemDefaultReplicationConfigxsd:booleanTrue if default system replication is configured.
systemDefaultSnapshotSchedulexsd:booleanTrue if default system snapshot schedules is used.