public sealed class StandardSchedulerSettings : IMessage<StandardSchedulerSettings>, IEquatable<StandardSchedulerSettings>, IDeepCloneable<StandardSchedulerSettings>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `StandardSchedulerSettings` class defines settings for managing the scaling of applications in the Google App Engine standard environment."],["This class is part of the `Google.Cloud.AppEngine.V1` namespace within the `Google.Cloud.AppEngine.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StandardSchedulerSettings` class provides constructors for creating instances and properties like `MaxInstances` and `MinInstances` to control the maximum and minimum number of instances, respectively."],["It includes properties such as `TargetCpuUtilization` and `TargetThroughputUtilization` that allow setting the desired CPU and throughput utilization ratios for scaling."],["The latest documented version is 2.4.0, with versions ranging from 1.0.0 up to 2.4.0 being documented in this content."]]],[]]