Class AutoscalingPolicyLoadBalancingUtilization
Configuration parameters of autoscaling based on load balancing.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class AutoscalingPolicyLoadBalancingUtilization : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UtilizationTarget
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.
Declaration
[JsonProperty("utilizationTarget")]
public virtual double? UtilizationTarget { get; set; }
Property Value
Type | Description |
---|---|
double? |