public sealed class HorizontalPodAutoscaling : IMessage<HorizontalPodAutoscaling>, IEquatable<HorizontalPodAutoscaling>, IDeepCloneable<HorizontalPodAutoscaling>, IBufferMessage, IMessage
Configuration options for the horizontal pod autoscaling feature, which
increases or decreases the number of replica pods a replication controller
has based on the resource usage of the existing pods.
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
When enabled, it ensures that metrics are collected into Stackdriver
Monitoring.
[[["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 latest version of the `HorizontalPodAutoscaling` reference is 3.33.0, with numerous previous versions available for review, ranging from 3.32.0 down to 2.3.0."],["`HorizontalPodAutoscaling` is a class in the `Google.Cloud.Container.V1` namespace, designed to manage the scaling of replica pods based on resource usage."],["The `HorizontalPodAutoscaling` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, comparison, deep cloning, and buffer operations."],["This class provides a boolean `Disabled` property which allows users to see if the horizontal pod autoscaling feature is enabled or disabled within a cluster, and when enabled, it collects metrics into Stackdriver Monitoring."],["The class includes two constructors: a default constructor `HorizontalPodAutoscaling()`, and a copy constructor `HorizontalPodAutoscaling(HorizontalPodAutoscaling other)` that accepts another `HorizontalPodAutoscaling` object as a parameter."]]],[]]