VmUtilizationMetrics class

Utilization metrics values for a single VM.

Constructors

VmUtilizationMetrics({int? cpuAveragePercent, int? cpuMaxPercent, String? diskIoRateAverageKbps, String? diskIoRateMaxKbps, int? memoryAveragePercent, int? memoryMaxPercent, String? networkThroughputAverageKbps, String? networkThroughputMaxKbps})
VmUtilizationMetrics.fromJson(Map json_)

Properties

cpuAveragePercent int?
Average CPU usage, percent.
getter/setter pair
cpuMaxPercent int?
Max CPU usage, percent.
getter/setter pair
diskIoRateAverageKbps String?
Average disk IO rate, in kilobytes per second.
getter/setter pair
diskIoRateMaxKbps String?
Max disk IO rate, in kilobytes per second.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
memoryAveragePercent int?
Average memory usage, percent.
getter/setter pair
memoryMaxPercent int?
Max memory usage, percent.
getter/setter pair
networkThroughputAverageKbps String?
Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
getter/setter pair
networkThroughputMaxKbps String?
Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited