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-31 UTC."],[[["This webpage provides reference documentation for the `AutoscalingPolicyLoadBalancingUtilization` class within the Google Compute Engine v1 API, with version 3.6.0 being the latest."],["The content includes documentation for multiple versions of the API, ranging from version 1.0.0 to the latest 3.6.0, allowing users to access specific API version documentation as needed."],["The `AutoscalingPolicyLoadBalancingUtilization` class is used for configuring autoscaling based on load balancing, as seen in its documentation, where it inherits from `object` and implements multiple interfaces."],["Key properties of the `AutoscalingPolicyLoadBalancingUtilization` class include `HasUtilizationTarget`, which indicates if the utilization target is set, and `UtilizationTarget`, which represents the fraction of backend capacity utilization."],["The documentation is within the namespace `Google.Cloud.Compute.V1`, and is a part of the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]