Name: VAAIDatastoreReplInfo

Contains the datastore replication information that is used during VAAI offload to establish communication to source datastore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.repl.VAAIDatastoreReplInfo",
   "replIps": <String>,
   "replPassphrase": <String>,
   "replPort": <Number>,
   "replPreferredIp": <String>,
}

Attributes
NameTypeDescription
replIpsxsd:list[xsd:string]List of remote IP addresses located on the source datastore to send replication data.
replPassphrasexsd:stringAuthorization key used on the remote end to authenticate the communication channel.
replPortxsd:intReplication port of the remote datastore where replication data is received.
replPreferredIpxsd:stringPreferred remote IP address to send replication data to.