Name: SyncReplPolicy

Container for synchronous replication configuration, state, and statistics For creation and update, the alertThreshold attribute can be null and it will be created using default values.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.SyncReplPolicy",
   "lastUpdatedTime": DateTime,
   "alertThreshold": SyncReplAlertThreshold,
   "syncReplConfig": SyncReplConfig,
   "syncReplStateInfo": SyncReplStateInfo,
   "syncReplStats": Stats,
}

Elements
NameTypeDescription
alertThresholdSyncReplAlertThresholdSynchronous replication alert threshold.
syncReplConfigSyncReplConfigAssociated Synchronous Replication configuration policy with this service group.
syncReplStateInfoSyncReplStateInfoThe current state of the associated Synchronous Replication configuration policy.
syncReplStatsStatsThe associated Synchronous Replication configuration performance statistics.

Attributes
NameTypeDescription
lastUpdatedTimeDateTimeTime stamp when the object is last updated.