Name: RecommendationFlashOutcome

Describes the 'flash' outcome of a VMstore after accepting the recommendation.

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

Attributes
NameTypeDescription
changedLatencyMsxsd:doublePredicted average latency due to disk reads in milliseconds for the next week.
flashHitRatePercentxsd:doublePredicted average flash hit rate percentage for the next week.
issueTypeSPACE | IOPS | FLASH | PROTECTIONThe type of the outcome being described.
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies
summaryxsd:stringThe recommendation outcome summary.