Name: RecommendationIssueSelection

Contains the list of recommendation issues to be applied to a VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationIssueSelection",
   "vmstoreId": <String>,
   "issueTypes": ['SPACE' | 'IOPS' | 'FLASH' | 'PROTECTION'],
}

Elements
NameTypeDescription
issueTypesxsd:list[SPACE | IOPS | FLASH | PROTECTION]A list of Recommendation issue types that is applied to the VMstore.
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies

Attributes
NameTypeDescription
vmstoreIdxsd:stringReturns the Tintri UUID of VMstore associates with this object.