Name: ReplicationParticipantInfo

Participant information in Synchronous Replication configuration, e.g. quorum server or VMStore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.common.ReplicationParticipantInfo",
   "authKey": <String>,
   "ipAddress": <String>,
   "portNumber": <String>,
}

Attributes
NameTypeDescription
authKeyxsd:stringAuthkey, a.k.a passphrase, used for synchronous replication purpose.
ipAddressxsd:stringIP address of this participant in synchronous replication configuration.
portNumberxsd:stringPort number used for synchronous replication communication purpose. 16-bit unsigned integer ranging from 1024 to 32767, inclusive.