Name: DatastoreQoSInfo

This is an info object used to return VMstore level information about QoS settings and usage.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.DatastoreQoSInfo",
   "currentNormalizedIops": <Number>,
   "supportedMinNormalizedIops": <Number>,
   "totalMinNormalizedIopsAllocated": <Number>,
}

Attributes
NameTypeDescription
currentNormalizedIopsxsd:longReturn the current utilization of the system (Number of IOPS the system is sustaining).
supportedMinNormalizedIopsxsd:long
totalMinNormalizedIopsAllocatedxsd:longReturn the total minimum allocated normalized IOPS for all VMs on this system.