Name: SyncReplConfig

Represents the Synchronous Replication configuration associated with a

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.SyncReplConfig",
   "datastoreUuidFromFs": <String>,
   "lastUpdatedTime": DateTime,
   "clusterIpConfig": IpConfig,
   "quorumServer": ReplicationParticipantInfo,
   "syncReplVmstores": [SyncReplVmstoreInfo],
}

Elements
NameTypeDescription
clusterIpConfigIpConfigCluster IP of this synchronous replication configuration. This is the IP exposed to the NFS client. When failover happens, this IP won't change so the failover is transparent to the NFS client.
quorumServerReplicationParticipantInfoQuorum server information in this synchronous replication configuration.
syncReplVmstoresxsd:list[SyncReplVmstoreInfo]A list of VmStores that participate in the synchronous replication configuration. Typical it has 2 elements: one primary and one secondary.

Attributes
NameTypeDescription
datastoreUuidFromFsxsd:stringUnique identifier provided by filesystem to identify the datastore used for synchronous replication.
lastUpdatedTimeDateTimeTime stamp when the object is last updated.