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 `VerticalPodAutoscaling` class in the `Google.Cloud.Container.V1` namespace provides functionality for automatically adjusting the resources of pods within a cluster."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its use within a structured messaging and data handling framework."],["The latest version of this API is 3.33.0, while this specific page is related to version 2.4.0, with numerous other versions of it linked."],["The `VerticalPodAutoscaling` class has an `Enabled` property, which is a boolean that determines if vertical pod autoscaling is turned on or off."],["The `VerticalPodAutoscaling` class has 2 constructors, one default and one that takes in another `VerticalPodAutoscaling` object as a parameter."]]],[]]