public sealed class AutoscalingPolicyLoadBalancingUtilization : IMessage<AutoscalingPolicyLoadBalancingUtilization>, IEquatable<AutoscalingPolicyLoadBalancingUtilization>, IDeepCloneable<AutoscalingPolicyLoadBalancingUtilization>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AutoscalingPolicyLoadBalancingUtilization.
Configuration parameters of autoscaling based on load balancing.
Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `AutoscalingPolicyLoadBalancingUtilization` class within the Google Cloud Compute Engine v1 API, specifically version 3.5.0."],["The `AutoscalingPolicyLoadBalancingUtilization` class is used to configure autoscaling based on load balancing within the Compute Engine environment and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation covers the class's constructors, including a default constructor and a copy constructor, as well as its properties, which are `HasUtilizationTarget` and `UtilizationTarget`."],["The page lists all the different versions of the documentation for the `AutoscalingPolicyLoadBalancingUtilization` class, ranging from version 1.0.0 all the way to the most recent version of 3.6.0, making it easy to find documentation for any version."],["The class has members inherited from the object class, such as GetHashCode(), GetType(), and ToString()."]]],[]]