VmUtilizationMetricsResponse

data class VmUtilizationMetricsResponse(val cpuAverage: Int, val cpuAveragePercent: Int, val cpuMax: Int, val cpuMaxPercent: Int, val diskIoRateAverage: String, val diskIoRateAverageKbps: String, val diskIoRateMax: String, val diskIoRateMaxKbps: String, val memoryAverage: Int, val memoryAveragePercent: Int, val memoryMax: Int, val memoryMaxPercent: Int, val networkThroughputAverage: String, val networkThroughputAverageKbps: String, val networkThroughputMax: String, val networkThroughputMaxKbps: String)

Utilization metrics values for a single VM.

Constructors

Link copied to clipboard
fun VmUtilizationMetricsResponse(cpuAverage: Int, cpuAveragePercent: Int, cpuMax: Int, cpuMaxPercent: Int, diskIoRateAverage: String, diskIoRateAverageKbps: String, diskIoRateMax: String, diskIoRateMaxKbps: String, memoryAverage: Int, memoryAveragePercent: Int, memoryMax: Int, memoryMaxPercent: Int, networkThroughputAverage: String, networkThroughputAverageKbps: String, networkThroughputMax: String, networkThroughputMaxKbps: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Average CPU usage, percent.

Link copied to clipboard

Average CPU usage, percent.

Link copied to clipboard
val cpuMax: Int

Max CPU usage, percent.

Link copied to clipboard

Max CPU usage, percent.

Link copied to clipboard

Average disk IO rate, in kilobytes per second.

Link copied to clipboard

Average disk IO rate, in kilobytes per second.

Link copied to clipboard

Max disk IO rate, in kilobytes per second.

Link copied to clipboard

Max disk IO rate, in kilobytes per second.

Link copied to clipboard

Average memory usage, percent.

Link copied to clipboard

Average memory usage, percent.

Link copied to clipboard

Max memory usage, percent.

Link copied to clipboard

Max memory usage, percent.

Link copied to clipboard

Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Link copied to clipboard

Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Link copied to clipboard

Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Link copied to clipboard

Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.