Name: SyncReplVmstoreInfo

VMStore participant information in a Synchronous Replication configuration.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.syncrepl.common.SyncReplVmstoreInfo",
   "applianceUuid": <String>,
   "authKey": <String>,
   "createAsPrimary": <Boolean>,
   "host": <String>,
   "ipAddress": <String>,
   "portNumber": <String>,
   "vmstoreTintriUuid": <String>,
}

Attributes
NameTypeDescription
applianceUuidxsd:stringTgcOnly Appliance UUID of the VMStore participant in the ServiceGroup.
authKeyxsd:stringAuthkey, a.k.a passphrase, used for synchronous replication purpose.
createAsPrimaryxsd:booleanTrue if this VMStore is the primary participant of a new synchronous replication configuration, false otherwise. This attribute must be set to true or false during the only. This attribute will not be returned in any GET ServiceGroup operations.
hostxsd:stringTgcOnly Appliance host name of the VMStore participant in the ServiceGroup.
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.
vmstoreTintriUuidxsd:stringTgcOnly TGC generated Tintri UUID of the VMStore partipant in the ServiceGroup.