Show / Hide Table of Contents

Class StandardSchedulerSettings

Scheduler settings for standard environment.

Inheritance
object
StandardSchedulerSettings
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 StandardSchedulerSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxInstances

Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration.

Declaration
[JsonProperty("maxInstances")]
public virtual int? MaxInstances { get; set; }
Property Value
Type Description
int?

MinInstances

Minimum number of instances to run for this version. Set to zero to disable min_instances configuration.

Declaration
[JsonProperty("minInstances")]
public virtual int? MinInstances { get; set; }
Property Value
Type Description
int?

TargetCpuUtilization

Target CPU utilization ratio to maintain when scaling.

Declaration
[JsonProperty("targetCpuUtilization")]
public virtual double? TargetCpuUtilization { get; set; }
Property Value
Type Description
double?

TargetThroughputUtilization

Target throughput utilization ratio to maintain when scaling

Declaration
[JsonProperty("targetThroughputUtilization")]
public virtual double? TargetThroughputUtilization { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX