Show / Hide Table of Contents

Class CpuUtilization

Target scaling by CPU usage.

Inheritance
System.Object
CpuUtilization
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.Object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Double>

Implements

IDirectResponseSchema
In This Article
Back to top