Vm Utilization Metrics Response
data class VmUtilizationMetricsResponse(val cpuAveragePercent: Int, val cpuMaxPercent: Int, val diskIoRateAverageKbps: String, val diskIoRateMaxKbps: String, val memoryAveragePercent: Int, val memoryMaxPercent: Int, val networkThroughputAverageKbps: String, val networkThroughputMaxKbps: String)
Utilization metrics values for a single VM.