Show / Hide Table of Contents

Class StandardAppVersionBasicScalingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StandardAppVersionBasicScalingArgs
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 StandardAppVersionBasicScalingArgs : ResourceArgs

Constructors

View Source

StandardAppVersionBasicScalingArgs()

Declaration
public StandardAppVersionBasicScalingArgs()

Properties

View Source

IdleTimeout

Duration of time after the last request that an instance must wait before the instance is shut down. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Defaults to 900s.

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

MaxInstances

Maximum number of instances to create for this version. Must be in the range [1.0, 200.0].

Declaration
public Input<int> MaxInstances { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.