public sealed class StandardSchedulerSettings : IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class StandardSchedulerSettings.
Scheduler settings for standard environment.
Implements
IMessageStandardSchedulerSettings, IEquatableStandardSchedulerSettings, IDeepCloneableStandardSchedulerSettings, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
StandardSchedulerSettings()
public StandardSchedulerSettings()
StandardSchedulerSettings(StandardSchedulerSettings)
public StandardSchedulerSettings(StandardSchedulerSettings other)
Parameter | |
---|---|
Name | Description |
other |
StandardSchedulerSettings |
Properties
MaxInstances
public int MaxInstances { get; set; }
Maximum number of instances to run for this version. Set to zero to disable
max_instances
configuration.
Property Value | |
---|---|
Type | Description |
int |
MinInstances
public int MinInstances { get; set; }
Minimum number of instances to run for this version. Set to zero to disable
min_instances
configuration.
Property Value | |
---|---|
Type | Description |
int |
TargetCpuUtilization
public double TargetCpuUtilization { get; set; }
Target CPU utilization ratio to maintain when scaling.
Property Value | |
---|---|
Type | Description |
double |
TargetThroughputUtilization
public double TargetThroughputUtilization { get; set; }
Target throughput utilization ratio to maintain when scaling
Property Value | |
---|---|
Type | Description |
double |