Class VmUtilizationMetrics
Utilization metrics values for a single VM.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class VmUtilizationMetrics : IDirectResponseSchema
Properties
CpuAveragePercent
Average CPU usage, percent.
Declaration
[JsonProperty("cpuAveragePercent")]
public virtual int? CpuAveragePercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
CpuMaxPercent
Max CPU usage, percent.
Declaration
[JsonProperty("cpuMaxPercent")]
public virtual int? CpuMaxPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
DiskIoRateAverageKbps
Average disk IO rate, in kilobytes per second.
Declaration
[JsonProperty("diskIoRateAverageKbps")]
public virtual long? DiskIoRateAverageKbps { get; set; }
Property Value
Type | Description |
---|---|
long? |
DiskIoRateMaxKbps
Max disk IO rate, in kilobytes per second.
Declaration
[JsonProperty("diskIoRateMaxKbps")]
public virtual long? DiskIoRateMaxKbps { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MemoryAveragePercent
Average memory usage, percent.
Declaration
[JsonProperty("memoryAveragePercent")]
public virtual int? MemoryAveragePercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
MemoryMaxPercent
Max memory usage, percent.
Declaration
[JsonProperty("memoryMaxPercent")]
public virtual int? MemoryMaxPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
NetworkThroughputAverageKbps
Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
Declaration
[JsonProperty("networkThroughputAverageKbps")]
public virtual long? NetworkThroughputAverageKbps { get; set; }
Property Value
Type | Description |
---|---|
long? |
NetworkThroughputMaxKbps
Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
Declaration
[JsonProperty("networkThroughputMaxKbps")]
public virtual long? NetworkThroughputMaxKbps { get; set; }
Property Value
Type | Description |
---|---|
long? |