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 latest version of VerticalPodAutoscaling is 3.33.0, with previous versions available down to 2.3.0."],["VerticalPodAutoscaling is a class used for per-cluster information that automatically adjusts pod resources."],["This class inherits from Object and implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The VerticalPodAutoscaling class is in the `Google.Cloud.Container.V1` namespace and is found within the Google.Cloud.Container.V1.dll assembly."],["The `Enabled` property, a boolean, is available to turn on or off vertical pod autoscaling functionality."]]],[]]