Class DailyResourceUsageAggregation
Usage data aggregation for a single day.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class DailyResourceUsageAggregation : IDirectResponseSchema
Properties
Cpu
CPU usage.
Declaration
[JsonProperty("cpu")]
public virtual DailyResourceUsageAggregationCPU Cpu { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationCPU |
Date
Aggregation date. Day boundaries are at midnight UTC.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
Type | Description |
---|---|
Date |
Disk
Disk usage.
Declaration
[JsonProperty("disk")]
public virtual DailyResourceUsageAggregationDisk Disk { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationDisk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Memory
Memory usage.
Declaration
[JsonProperty("memory")]
public virtual DailyResourceUsageAggregationMemory Memory { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationMemory |
Network
Network usage.
Declaration
[JsonProperty("network")]
public virtual DailyResourceUsageAggregationNetwork Network { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationNetwork |