Show / Hide Table of Contents

Class VmUtilizationMetrics

Utilization metrics values for a single VM.

Inheritance
object
VmUtilizationMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.dll
Syntax
public class VmUtilizationMetrics : IDirectResponseSchema

Properties

CpuAverage

Average CPU usage, percent.

Declaration
[JsonProperty("cpuAverage")]
public virtual int? CpuAverage { get; set; }
Property Value
Type Description
int?

CpuAveragePercent

Average CPU usage, percent.

Declaration
[JsonProperty("cpuAveragePercent")]
public virtual int? CpuAveragePercent { get; set; }
Property Value
Type Description
int?

CpuMax

Max CPU usage, percent.

Declaration
[JsonProperty("cpuMax")]
public virtual int? CpuMax { 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?

DiskIoRateAverage

Average disk IO rate, in kilobytes per second.

Declaration
[JsonProperty("diskIoRateAverage")]
public virtual long? DiskIoRateAverage { get; set; }
Property Value
Type Description
long?

DiskIoRateAverageKbps

Average disk IO rate, in kilobytes per second.

Declaration
[JsonProperty("diskIoRateAverageKbps")]
public virtual long? DiskIoRateAverageKbps { get; set; }
Property Value
Type Description
long?

DiskIoRateMax

Max disk IO rate, in kilobytes per second.

Declaration
[JsonProperty("diskIoRateMax")]
public virtual long? DiskIoRateMax { 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

MemoryAverage

Average memory usage, percent.

Declaration
[JsonProperty("memoryAverage")]
public virtual int? MemoryAverage { get; set; }
Property Value
Type Description
int?

MemoryAveragePercent

Average memory usage, percent.

Declaration
[JsonProperty("memoryAveragePercent")]
public virtual int? MemoryAveragePercent { get; set; }
Property Value
Type Description
int?

MemoryMax

Max memory usage, percent.

Declaration
[JsonProperty("memoryMax")]
public virtual int? MemoryMax { 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?

NetworkThroughputAverage

Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Declaration
[JsonProperty("networkThroughputAverage")]
public virtual long? NetworkThroughputAverage { get; set; }
Property Value
Type Description
long?

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?

NetworkThroughputMax

Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.

Declaration
[JsonProperty("networkThroughputMax")]
public virtual long? NetworkThroughputMax { 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX