Show / Hide Table of Contents

Class StandardAppVersionBasicScaling

Inheritance
System.Object
StandardAppVersionBasicScaling
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 StandardAppVersionBasicScaling

Fields

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 readonly string IdleTimeout
Field Value
Type Description
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 readonly int MaxInstances
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.