Name: RecommendationIopsOutcome

Describes the 'IOPS' outcome of a VMstore on accepting the recommendation.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationIopsOutcome",
   "issueType": 'SPACE' | 'IOPS' | 'FLASH' | 'PROTECTION',
   "summary": <String>,
   "loadThresholdPercent": <Number>,
   "predictedLoadWeekPercent": <Number>,
   "predictedOutcomeLoadWeekPercent": <Number>,
}

Elements
NameTypeDescription
loadThresholdPercentxsd:doubleThe threshold load percentage.
predictedLoadWeekPercentxsd:doubleThe percentage of next week that the load will be equal or over the threshold load percentage.
predictedOutcomeLoadWeekPercentxsd:doubleThe percentage of the next week that the load will be equal or over the threshold load percentage after taking into account.

Attributes
NameTypeDescription
issueTypeSPACE | IOPS | FLASH | PROTECTIONRecommendation issue type for this outcome.
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies
summaryxsd:stringThe recommendation outcome summary.