Class FlexibleAppVersionAutomaticScalingCpuUtilizationArgs
Inheritance
System.Object
FlexibleAppVersionAutomaticScalingCpuUtilizationArgs
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.AppEngine.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionAutomaticScalingCpuUtilizationArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionAutomaticScalingCpuUtilizationArgs()
Declaration
public FlexibleAppVersionAutomaticScalingCpuUtilizationArgs()
Properties
View SourceAggregationWindowLength
Period of time over which CPU utilization is calculated.
Declaration
public Input<string> AggregationWindowLength { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetUtilization
Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.
Declaration
public Input<double> TargetUtilization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Double> |