Name: VmStore

Defines VMstore settings on Tintri Global Center.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.VmStore",
   "applianceId": <String>,
   "datastoreId": <String>,
   "hostname": <String>,
   "includeInCluster": <Boolean>,
   "ipAddress": <String>,
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "applianceInfo": ApplianceInfo,
   "credentials": VmStoreCredentials,
   "sessionStatusInfo": VmstoreSessionStatusInfo,
   "uuid": Uuid,
   "vmstorePoolId": <String>,
}

Elements
NameTypeDescription
applianceInfoApplianceInfoThe VMStore appliance information.
credentialsVmStoreCredentialsThe VMstore session login credentials in the clear, which is why it not returned and not documented..
sessionStatusInfoVmstoreSessionStatusInfoThe VMStore session status information.
uuidUuidUnique Tintri UUID for the object
vmstorePoolIdxsd:stringThe VMstore pool ID this VMstore is assigned to.

Attributes
NameTypeDescription
applianceIdxsd:stringThe VMStore appliance ID.
datastoreIdxsd:list[xsd:string]A list of VMStore's datastore IDs.
hostnamexsd:stringThe VMStore host name.
includeInClusterxsd:booleanIndicates whether this VMstore is being managed by the Tintri Global Center. 'True' indicates Tintri Global Center management.
ipAddressxsd:stringThe VMStore IP Address.
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.