public sealed class AutoscalingPolicyLoadBalancingUtilization : IMessage<AutoscalingPolicyLoadBalancingUtilization>, IEquatable<AutoscalingPolicyLoadBalancingUtilization>, IDeepCloneable<AutoscalingPolicyLoadBalancingUtilization>, IBufferMessage, IMessage
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 previous versions ranging down to 1.0.0."],["`AutoscalingPolicyLoadBalancingUtilization` is a class used for configuring autoscaling based on load balancing within the Google Cloud Compute API, and it inherits from the `Object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for compatibility and functionality within the Protobuf framework."],["The `AutoscalingPolicyLoadBalancingUtilization` class provides properties such as `HasUtilizationTarget` (a boolean) and `UtilizationTarget` (a double) to manage autoscaling configurations."],["The `AutoscalingPolicyLoadBalancingUtilization` class has 2 constructors, one is a default constructor, and the second accepts an existing `AutoscalingPolicyLoadBalancingUtilization` object."]]],[]]