Name: RecommendationProtectionOutcome

Describes the "protection" condition of a VMstore on accepting the recommendation.

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

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.
vmTintriUuidsxsd:list[xsd:string]List of VM Tintri UUIDs that cannot retain replication to their configured destination.