VmUtilizationMetrics constructor
      
      VmUtilizationMetrics({})
     
    
    
Implementation
VmUtilizationMetrics({
  this.cpuAveragePercent,
  this.cpuMaxPercent,
  this.diskIoRateAverageKbps,
  this.diskIoRateMaxKbps,
  this.memoryAveragePercent,
  this.memoryMaxPercent,
  this.networkThroughputAverageKbps,
  this.networkThroughputMaxKbps,
});