Name: RecommendationSpaceAnalysis

Describes the 'space' analysis of a VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationSpaceAnalysis",
   "isSelected": <Boolean>,
   "issueType": 'SPACE' | 'IOPS' | 'FLASH' | 'PROTECTION',
   "probability": <Number>,
   "severity": <Number>,
   "spaceThresholdPercent": <Number>,
   "spaceUsedPhysicalChange": <Number>,
   "spaceUsedPhysicalGiB": <Number>,
   "spaceUsedPhysicalPercent": <Number>,
   "summary": <String>,
}

Attributes
NameTypeDescription
isSelectedxsd:booleanTrue if the issue is selected.
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.
severityxsd:intThe severity of the issue.
spaceThresholdPercentxsd:doubleSpace metric threshold as a percent of total physical space available.
spaceUsedPhysicalChangexsd:doubleTrend value for VMstore space usage Gib/week.
spaceUsedPhysicalGiBxsd:doubleHow full the VMstore is currently (GiB).
spaceUsedPhysicalPercentxsd:doubleHow full the VMstore is, as a percent.
summaryxsd:stringThe textual summary of this analysis.