Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScalingCpuUtilization

Inheritance
System.Object
FlexibleAppVersionAutomaticScalingCpuUtilization
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionAutomaticScalingCpuUtilization

Fields

View Source

AggregationWindowLength

Period of time over which CPU utilization is calculated.

Declaration
public readonly string AggregationWindowLength
Field Value
Type Description
System.String
View Source

TargetUtilization

Target CPU utilization ratio to maintain when scaling. Must be between 0 and 1.

Declaration
public readonly double TargetUtilization
Field Value
Type Description
System.Double
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.