Class StandardAppVersionBasicScalingArgs
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 StandardAppVersionBasicScalingArgs : ResourceArgs
Constructors
View SourceStandardAppVersionBasicScalingArgs()
Declaration
public StandardAppVersionBasicScalingArgs()
Properties
View SourceIdleTimeout
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> |
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> |