VmUtilizationMetricsArgs

fun VmUtilizationMetricsArgs(cpuAverage: Output<Int>? = null, cpuAveragePercent: Output<Int>? = null, cpuMax: Output<Int>? = null, cpuMaxPercent: Output<Int>? = null, diskIoRateAverage: Output<String>? = null, diskIoRateAverageKbps: Output<String>? = null, diskIoRateMax: Output<String>? = null, diskIoRateMaxKbps: Output<String>? = null, memoryAverage: Output<Int>? = null, memoryAveragePercent: Output<Int>? = null, memoryMax: Output<Int>? = null, memoryMaxPercent: Output<Int>? = null, networkThroughputAverage: Output<String>? = null, networkThroughputAverageKbps: Output<String>? = null, networkThroughputMax: Output<String>? = null, networkThroughputMaxKbps: Output<String>? = null)