ComputeRegionAutoscalerRegionAutoscalerLoadBalancingUtilization class

load_balancing_utilization block. Drives autoscaling against backend-capacity utilization (HTTP(S) load balancer with utilization balancing mode).

Annotations
  • @immutable

Constructors

ComputeRegionAutoscalerRegionAutoscalerLoadBalancingUtilization({required TfArg<double> target})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target → TfArg<double>
Target fraction of backend capacity utilization (0.0..1.0). The schema marks this required; defaults to 0.8 on the API side.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited