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>,
   "inheritanceEnabled": <Boolean>,
   "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
inheritanceEnabledxsd:booleanReturn true if Service Group QoS inheritance is enabled for this VM. Return false if Service Group QoS inheritance is not enabled for this VM.
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.