public sealed class StandardSchedulerSettings : IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, IBufferMessage, IMessage
Scheduler settings for standard environment.
Implements
IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, 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 |
Int32 |
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 |
Int32 |
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 |