public interface AutoscalingPolicyLoadBalancingUtilizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getUtilizationTarget()
Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains.
|
boolean |
hasUtilizationTarget()
Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUtilizationTarget()
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.
optional double utilization_target = 215905870;double getUtilizationTarget()
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.
optional double utilization_target = 215905870;Copyright © 2023 Google LLC. All rights reserved.