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-03-24 UTC."],[[["This webpage provides reference documentation for the `AutoscalingPolicyLoadBalancingUtilization` class within the Google Compute Engine v1 API."],["The `AutoscalingPolicyLoadBalancingUtilization` class is used to configure autoscaling based on load balancing in Google Cloud."],["The latest version of the API documented on the webpage is 3.6.0, however the version the documentation is based on is 2.14.0, as shown by the version on the top."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `HasUtilizationTarget`, which determines whether the `utilization_target` is set, and `UtilizationTarget`, a double representing the target utilization."]]],[]]