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 Cloud Compute Engine v1 API, detailing its configuration for autoscaling based on load balancing."],["The `AutoscalingPolicyLoadBalancingUtilization` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations and comparisons."],["The latest version of the API available on the page is 3.6.0, but it also contains documentation for previous versions going as far back as 1.0.0."],["The class contains two constructors `AutoscalingPolicyLoadBalancingUtilization()` and `AutoscalingPolicyLoadBalancingUtilization(AutoscalingPolicyLoadBalancingUtilization other)`, and two properties: `HasUtilizationTarget` and `UtilizationTarget`."],["The `UtilizationTarget` property is used to configure the autoscaler to maintain a specific fraction of backend capacity, with a default value of 0.8 if not defined."]]],[]]