public sealed class VerticalPodAutoscaling : IMessage<VerticalPodAutoscaling>, IEquatable<VerticalPodAutoscaling>, IDeepCloneable<VerticalPodAutoscaling>, IBufferMessage, IMessage
VerticalPodAutoscaling contains global, per-cluster information
required by Vertical Pod Autoscaler to automatically adjust
the resources of pods controlled by it.
[[["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 page documents various versions of `VerticalPodAutoscaling`, a class within the `Google.Cloud.Container.V1` namespace, with version 3.33.0 being the latest."],["`VerticalPodAutoscaling` is designed to provide per-cluster information for automatically adjusting pod resources, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `VerticalPodAutoscaling` class has a boolean property called `Enabled` that allows users to turn on or off the feature of vertical pod autoscaling."],["This class inherits from the `Object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `VerticalPodAutoscaling` class can be instantiated through two constructors, one default and another allowing for input of a pre-existing `VerticalPodAutoscaling` object."]]],[]]