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-04-09 UTC."],[[["The content provides reference documentation for the `AutoscalingPolicyLoadBalancingUtilization` class within the Google Compute Engine v1 API, covering versions from 1.0.0 to the latest 3.6.0."],["`AutoscalingPolicyLoadBalancingUtilization` is a class used for configuring autoscaling parameters based on load balancing, as part of the Google.Cloud.Compute.V1 namespace."],["This class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the object class."],["The class has a `UtilizationTarget` property of type double, which represents the desired fraction of backend capacity utilization for autoscaling, defaulting to 0.8 if not defined."],["The class contains two constructors, one empty and one to copy another `AutoscalingPolicyLoadBalancingUtilization` instance."]]],[]]