Name: VirtualMachineQoSConfig

Used to manage QoS minimum and maximum IOPS settings for a VM.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.VirtualMachineQoSConfig",
   "effectiveMaxNormalizedIops": <Number>,
   "effectiveMinNormalizedIops": <Number>,
   "lastUpdatedTime": DateTime,
   "maxNormalizedIops": <Number>,
   "minNormalizedIops": <Number>,
}

Attributes
NameTypeDescription
effectiveMaxNormalizedIopsxsd:intGet effective minimum IOPS guaranteed for a VM. policy
effectiveMinNormalizedIopsxsd:intGet effective minimum IOPS guaranteed for a VM. policy
lastUpdatedTimeDateTimeTime stamp when the object is last updated.
maxNormalizedIopsxsd:intReturns the VM's maximum configured IOPS. If using default QoS, the maximum normalized IOPS value will be zero.
minNormalizedIopsxsd:intReturns the VM's minimum configured IOPS. If using default QoS, the minimum normalized IOPS value will be zero.