Class DailyResourceUsageAggregationDisk
Statistical aggregation of disk usage.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DailyResourceUsageAggregationDisk : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Iops
Disk I/O operations per second.
Declaration
[JsonProperty("iops")]
public virtual DailyResourceUsageAggregationStats Iops { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationStats |
ReadIops
Disk read I/O operations per second.
Declaration
[JsonProperty("readIops")]
public virtual DailyResourceUsageAggregationStats ReadIops { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationStats |
WriteIops
Disk write I/O operations per second.
Declaration
[JsonProperty("writeIops")]
public virtual DailyResourceUsageAggregationStats WriteIops { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationStats |