Class AutoscalerAutoscalingPolicyCpuUtilizationArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AutoscalerAutoscalingPolicyCpuUtilizationArgs : ResourceArgs
Constructors
View SourceAutoscalerAutoscalingPolicyCpuUtilizationArgs()
Declaration
public AutoscalerAutoscalingPolicyCpuUtilizationArgs()
Properties
View SourceTarget
Fraction of backend capacity utilization (set in HTTP(s) load balancing configuration) that autoscaler should maintain. Must be a positive float value. If not defined, the default is 0.8.
Declaration
public Input<double> Target { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |