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."],[[["This document outlines the `AutoscalingPolicyLoadBalancingUtilization` class within the `Google.Cloud.Compute.V1` namespace, detailing its configuration parameters for autoscaling based on load balancing."],["The `AutoscalingPolicyLoadBalancingUtilization` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class provides two constructors: a default constructor and one that accepts another `AutoscalingPolicyLoadBalancingUtilization` object."],["The class includes properties such as `HasUtilizationTarget`, which checks if the utilization target is set, and `UtilizationTarget`, which sets the autoscaling utilization percentage."],["The webpage provides a comprehensive list of version history, ranging from the latest version, 3.6.0, down to version 1.0.0, as well as version 2.1.0 being the context of this content."]]],[]]