public sealed class AutoscalingPolicyScaleInControl : IMessage<AutoscalingPolicyScaleInControl>, IEquatable<AutoscalingPolicyScaleInControl>, IDeepCloneable<AutoscalingPolicyScaleInControl>, IBufferMessage, IMessage
Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.
public FixedOrPercent MaxScaledInReplicas { get; set; }
Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.
[[["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-24 UTC."],[[["The content focuses on the `AutoscalingPolicyScaleInControl` class within the `Google.Cloud.Compute.V1` namespace, detailing its purpose in managing slower scale-in operations for autoscalers in a MIG."],["This class, `AutoscalingPolicyScaleInControl`, allows configuration to throttle scale-in operations, preventing abrupt reductions in the number of virtual machines (VMs), by providing parameters to control this."],["The latest available version of this functionality is `3.6.0`, and there are numerous other available versions, down to `1.0.0`, each with their own specific documentation."],["Key properties of `AutoscalingPolicyScaleInControl` include `MaxScaledInReplicas`, which sets the maximum allowable reduction in VMs, and `TimeWindowSec`, which defines the look-back period for computing recommendations."],["The `AutoscalingPolicyScaleInControl` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."]]],[]]