Class DiskUsageSample
Disk usage sample. Values are across all disks.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DiskUsageSample : IDirectResponseSchema
Properties
AverageIops
Average IOPS sampled over a short window. Must be non-negative. Must be equal to the sum of read and write if one of them is positive. if both read and write are zero they are ignored.
Declaration
[JsonProperty("averageIops")]
public virtual float? AverageIops { get; set; }
Property Value
Type | Description |
---|---|
float? |
AverageReadIops
Average read IOPS sampled over a short window. Must be non-negative.
Declaration
[JsonProperty("averageReadIops")]
public virtual float? AverageReadIops { get; set; }
Property Value
Type | Description |
---|---|
float? |
AverageWriteIops
Average write IOPS sampled over a short window. Must be non-negative.
Declaration
[JsonProperty("averageWriteIops")]
public virtual float? AverageWriteIops { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |