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."],[[["This page provides documentation for the `VerticalPodAutoscaling` class within the `Google.Cloud.Container.V1` namespace, offering a comprehensive list of versions and details."],["The latest version of `VerticalPodAutoscaling` is 3.33.0, and the page includes documentation for multiple versions ranging from 2.3.0 to 3.33.0."],["`VerticalPodAutoscaling` is designed to automatically adjust the resources of pods, and is implemented as a sealed class inheriting from the Object class, while also implementing several interfaces such as `IMessage` and `IEquatable`."],["The class offers two constructors: a default constructor `VerticalPodAutoscaling()` and a copy constructor `VerticalPodAutoscaling(VerticalPodAutoscaling other)`."],["The class `VerticalPodAutoscaling` has a property `Enabled` which determines whether vertical pod autoscaling is active, and it is a boolean."]]],[]]