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 webpage provides documentation for the `VerticalPodAutoscaling` class within the `Google.Cloud.Container.V1` namespace in the .NET environment."],["The latest version of `VerticalPodAutoscaling` is 3.33.0, and the page contains a list of previous versions dating back to version 2.3.0, all linked for direct reference."],["`VerticalPodAutoscaling` is used to automatically manage the resource allocation for pods within a cluster, as managed by Vertical Pod Autoscaler."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits properties and methods from `Object`."],["The `VerticalPodAutoscaling` class has an `Enabled` property, which is a boolean value allowing users to enable or disable vertical pod autoscaling."]]],[]]