Class DailyResourceUsageAggregationCPU
Statistical aggregation of CPU usage.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class DailyResourceUsageAggregationCPU : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UtilizationPercentage
CPU utilization percentage.
Declaration
[JsonProperty("utilizationPercentage")]
public virtual DailyResourceUsageAggregationStats UtilizationPercentage { get; set; }
Property Value
Type | Description |
---|---|
DailyResourceUsageAggregationStats |