Name: DatastoreReplicationInfo

Replication settings for the datastore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.DatastoreReplicationInfo",
   "acceptIncomingTraffic": <Boolean>,
   "allowOutgoingTraffic": <Boolean>,
   "lastUpdatedTime": DateTime,
   "passphrase": <String>,
   "port": <Number>,
   "syncReplPort": <Number>,
   "pathsIncoming": [DatastoreReplicationPath],
   "pathsOutgoing": [DatastoreReplicationPath],
}

Elements
NameTypeDescription
pathIncoming (wrapped by pathsIncoming)xsd:list[DatastoreReplicationPath]List of incoming replication paths for this datastore.
pathOutgoing (wrapped by pathsOutgoing)xsd:list[DatastoreReplicationPath]List of outgoing replication paths for this datastore.

Attributes
NameTypeDescription
acceptIncomingTrafficxsd:booleanWhen this datastore acts as the destination of a replication, the flag indicates whether the incoming traffic is accepted or not. When set to false, all replications coming into this target are stopped. When set to true, all replications coming into this target will resume.
allowOutgoingTrafficxsd:booleanWhen this datastore acts as the source of a replication configuration this flag indicates whether replication is enabled or not. When set to false, all replications originating from this source are stopped. When set to true, all replications originating from this source will resume.
lastUpdatedTimeDateTimeLast time the entity is updated.
passphrasexsd:stringAuthorization key of this datastore which will be used to validate when another datastore attempts to setup replication with this datastore as the destination.
portxsd:intLocal listening port of the replication destination which is a 16-bit unsigned integer ranging from 1 to 65535
syncReplPortxsd:intLocal port used for synchronous replication purpose.