Name: VmstorePool

The VMstore pool is a collection of VMstores. It allows the administrator to manage storage resources within the pool. This class defines VMstore pool settings and its members on Tintri Global Center.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.VmstorePool",
   "description": <String>,
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "name": <String>,
   "stat": VmstorePoolStat,
   "uuid": Uuid,
   "members": [VmStore],
}

Elements
NameTypeDescription
statVmstorePoolStatLatest performance data for VMstore pool. It is aggregated for all members of this VMstore pool. Only IOPs, VMCounts, Throughput, Latency, Performance Reserve and Space related attributes are aggregated for currently version. Other fields will have the default value of -1, 0, or 1.
uuidUuidUnique Tintri UUID for the object
VMstore (wrapped by members)xsd:list[VmStore]List of VMstore members which belong to this VMstore pool.

Attributes
NameTypeDescription
descriptionxsd:stringDescription associated with the VMstore pool.
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.
namexsd:stringName of the VMstore pool.