Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScalingCpuUtilizationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionAutomaticScalingCpuUtilizationGetArgs
Inherited Members
ResourceArgs.Empty
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 FlexibleAppVersionAutomaticScalingCpuUtilizationGetArgs : ResourceArgs

Constructors

View Source

FlexibleAppVersionAutomaticScalingCpuUtilizationGetArgs()

Declaration
public FlexibleAppVersionAutomaticScalingCpuUtilizationGetArgs()

Properties

View Source

AggregationWindowLength

Period of time over which CPU utilization is calculated.

Declaration
public Input<string> AggregationWindowLength { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.