public sealed class VmUtilizationMetrics : IMessage<VmUtilizationMetrics>, IEquatable<VmUtilizationMetrics>, IDeepCloneable<VmUtilizationMetrics>, IBufferMessage, IMessage
Utilization metrics values for a single VM.
Implements
IMessage<VmUtilizationMetrics>, IEquatable<VmUtilizationMetrics>, IDeepCloneable<VmUtilizationMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
VmUtilizationMetrics()
public VmUtilizationMetrics()
VmUtilizationMetrics(VmUtilizationMetrics)
public VmUtilizationMetrics(VmUtilizationMetrics other)
Parameter | |
---|---|
Name | Description |
other | VmUtilizationMetrics |
Properties
CpuAveragePercent
public int CpuAveragePercent { get; set; }
Average CPU usage, percent.
Property Value | |
---|---|
Type | Description |
Int32 |
CpuMaxPercent
public int CpuMaxPercent { get; set; }
Max CPU usage, percent.
Property Value | |
---|---|
Type | Description |
Int32 |
DiskIoRateAverageKbps
public long DiskIoRateAverageKbps { get; set; }
Average disk IO rate, in kilobytes per second.
Property Value | |
---|---|
Type | Description |
Int64 |
DiskIoRateMaxKbps
public long DiskIoRateMaxKbps { get; set; }
Max disk IO rate, in kilobytes per second.
Property Value | |
---|---|
Type | Description |
Int64 |
MemoryAveragePercent
public int MemoryAveragePercent { get; set; }
Average memory usage, percent.
Property Value | |
---|---|
Type | Description |
Int32 |
MemoryMaxPercent
public int MemoryMaxPercent { get; set; }
Max memory usage, percent.
Property Value | |
---|---|
Type | Description |
Int32 |
NetworkThroughputAverageKbps
public long NetworkThroughputAverageKbps { get; set; }
Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
Property Value | |
---|---|
Type | Description |
Int64 |
NetworkThroughputMaxKbps
public long NetworkThroughputMaxKbps { get; set; }
Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
Property Value | |
---|---|
Type | Description |
Int64 |