Name: RecommendationSpaceOutcome

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

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

Elements
NameTypeDescription
spaceChangedPhysicalGiBxsd:doubleHow much the VMstore will reduce or increase by in GiB.

Attributes
NameTypeDescription
issueTypeSPACE | IOPS | FLASH | PROTECTION
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies
probabilityxsd:doubleProbability that space usage will increase above spaceThresholdPercent.
spaceThresholdPercentxsd:doubleSpace metric threshold as a percent of total physical space available.
summaryxsd:stringThe recommendation outcome summary.