App Engine v1 API - Class StandardSchedulerSettings (2.3.0)

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.

Inheritance

object > StandardSchedulerSettings

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

StandardSchedulerSettings()

public StandardSchedulerSettings()

StandardSchedulerSettings(StandardSchedulerSettings)

public StandardSchedulerSettings(StandardSchedulerSettings other)
Parameter
NameDescription
otherStandardSchedulerSettings

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
TypeDescription
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
TypeDescription
int

TargetCpuUtilization

public double TargetCpuUtilization { get; set; }

Target CPU utilization ratio to maintain when scaling.

Property Value
TypeDescription
double

TargetThroughputUtilization

public double TargetThroughputUtilization { get; set; }

Target throughput utilization ratio to maintain when scaling

Property Value
TypeDescription
double