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>,
   "lastUpdatedComponent": <String>,
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "portNumber": <String>,
   "vmstoreTintriUuid": <String>,
   "uuid": Uuid,
}

Elements
NameTypeDescription
uuidUuidUnique Tintri UUID for the object

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 end point in synchronous replication configuration.
lastUpdatedComponentxsd:stringThe latest component name updated based on lastUpdatedTIme.
lastUpdatedTimeDateTimeLast time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz
localAliasxsd:stringAlias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned.
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.