Show / Hide Table of Contents

Class DailyResourceUsageAggregationDisk

Statistical aggregation of disk usage.

Inheritance
object
DailyResourceUsageAggregationDisk
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.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

Optional. Disk I/O operations per second.

Declaration
[JsonProperty("iops")]
public virtual DailyResourceUsageAggregationStats Iops { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationStats

ReadIops

Optional. Disk read I/O operations per second.

Declaration
[JsonProperty("readIops")]
public virtual DailyResourceUsageAggregationStats ReadIops { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationStats

WriteIops

Optional. Disk write I/O operations per second.

Declaration
[JsonProperty("writeIops")]
public virtual DailyResourceUsageAggregationStats WriteIops { get; set; }
Property Value
Type Description
DailyResourceUsageAggregationStats

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX