Name: VmstoreFlashMissRatePrediction

Class for the flash miss rate prediction result of single VMstore. This is used by E2E test only.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.prediction.VmstoreFlashMissRatePrediction",
   "estimatedFlashMissRate": <Number>,
   "vmstoreId": <String>,
}

Attributes
NameTypeDescription
estimatedFlashMissRatexsd:doubleGet the estimated flash miss rate.
vmstoreIdxsd:stringGet the VMstorePool Tintri UUID.