Cloud Tiering Cache Performance Response
data class CloudTieringCachePerformanceResponse(val cacheHitBytes: Double, val cacheHitBytesPercent: Int, val cacheMissBytes: Double, val lastUpdatedTimestamp: String)
Server endpoint cloud tiering status object.
Constructors
Link copied to clipboard
fun CloudTieringCachePerformanceResponse(cacheHitBytes: Double, cacheHitBytesPercent: Int, cacheMissBytes: Double, lastUpdatedTimestamp: String)