Name: QuotaAlertThreshold

Quota alert threshold. It contains the following attributes:

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.quota.QuotaAlertThreshold",
   "alertThresholdIntervalInMinutes": <Number>,
   "lastUpdatedTime": DateTime,
   "alertThresholdsPercent": [<Number>],
}

Elements
NameTypeDescription
alertThresholdsPercentxsd:list[xsd:double]Returns a list of alert thresholds in terms of percentage (up to two decimal places) of the total space limit. The valid range is 0 to 100. The value 0 is considered as no configuration. Error will be generated when trying to apply out of range value to the quota policy.

Attributes
NameTypeDescription
alertThresholdIntervalInMinutesxsd:intNumber of minutes the system should wait before raising alert when the quota threshold remains exceeded. Minimum effective value is 1 minute. Max value is 2147483647 (Integer.MAX_VALUE). If this is set to 0, the alert will not be repeated. Default value is 1 minute.
lastUpdatedTimeDateTimeTime stamp when the object is last updated.