Name: DatastoreReplicationPath

Represents a datastore replication path.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.repl.DatastoreReplicationPath",
   "destinationIp": <String>,
   "destinationPassphrase": <String>,
   "destinationPort": <Number>,
   "displayName": <String>,
   "id": <String>,
   "internalId": <Number>,
   "sourceIp": <String>,
   "throttle": DatastoreReplicationPathThrottle,
}

Elements
NameTypeDescription
throttleDatastoreReplicationPathThrottleThe throttle schedule applied to this replication path.

Attributes
NameTypeDescription
destinationIpxsd:stringRemote IPv4 address of the datastore replication path.
destinationPassphrasexsd:stringAuthorization key used on the remote end of this replication link.
destinationPortxsd:intRemote port of another datastore where replication data is received.
displayNamexsd:stringName which would be displayed on UI.
idxsd:stringThis is the ID given by System Management to the replication link.
internalIdxsd:longInternal filesystem ID used by Tintri.
sourceIpxsd:stringLocal IPv4 address of the datastore replication path.