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 App Engine v1 API, specifically for version 2.2.0."],["The `StandardSchedulerSettings` class, part of the `Google.Cloud.AppEngine.V1` namespace, is used to configure scheduler settings for standard App Engine environments, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to configure the maximum (`MaxInstances`) and minimum (`MinInstances`) number of instances, as well as target CPU utilization (`TargetCpuUtilization`) and target throughput utilization (`TargetThroughputUtilization`)."],["There are a range of versions available for the `StandardSchedulerSettings` from 1.0.0 up to the latest 2.4.0."]]],[]]