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.
[[["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."],[[["This document provides reference documentation for the `StandardSchedulerSettings` class within the Google.Cloud.AppEngine.V1 API, specifically for version 2.1.0."],["The `StandardSchedulerSettings` class is used to define scheduler settings for the standard App Engine environment, including managing the minimum and maximum number of instances, as well as target CPU and throughput utilization."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class offers several properties such as `MaxInstances`, `MinInstances`, `TargetCpuUtilization`, and `TargetThroughputUtilization` that can be configured, with the ability to disable the minimum and maximum number of instance configurations by setting them to zero."],["The document lists multiple versions of the `StandardSchedulerSettings` class, with the most current being 2.4.0, and provides links to the documentation for each version."]]],[]]