Class CpuUtilization
Target scaling by CPU usage.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class CpuUtilization : IDirectResponseSchema
Properties
AggregationWindowLength
Period of time over which CPU utilization is calculated.
Declaration
[JsonProperty("aggregationWindowLength")]
public virtual object AggregationWindowLength { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetUtilization
Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
Declaration
[JsonProperty("targetUtilization")]
public virtual double? TargetUtilization { get; set; }
Property Value
Type | Description |
---|---|
double? |