Show / Hide Table of Contents

Class CpuUtilization

Target scaling by CPU usage.

Inheritance
object
CpuUtilization
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX