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."],[[["The latest version available for `AutoscalingPolicyLoadBalancingUtilization` is 3.6.0, with various previous versions ranging from 3.5.0 down to 1.0.0."],["`AutoscalingPolicyLoadBalancingUtilization` is a class in the Google Cloud Compute Engine v1 API, used for configuring autoscaling based on load balancing."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The `UtilizationTarget` property, which defaults to 0.8, specifies the desired backend capacity utilization fraction for the autoscaler."],["`AutoscalingPolicyLoadBalancingUtilization` has two constructors, one default and one that accepts another `AutoscalingPolicyLoadBalancingUtilization` instance."]]],[]]