Class StandardSchedulerSettings
Scheduler settings for standard environment.
Inheritance
System.Object
StandardSchedulerSettings
Implements
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 StandardSchedulerSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MaxInstances
Maximum number of instances to run for this version. Set to zero to disable max_instances configuration.
Declaration
[JsonProperty("maxInstances")]
public virtual int? MaxInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.Nullable<System.Int32> |
TargetCpuUtilization
Target CPU utilization ratio to maintain when scaling.
Declaration
[JsonProperty("targetCpuUtilization")]
public virtual double? TargetCpuUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
TargetThroughputUtilization
Target throughput utilization ratio to maintain when scaling
Declaration
[JsonProperty("targetThroughputUtilization")]
public virtual double? TargetThroughputUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |