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 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 readonly string IdleTimeout
Field Value
| Type | Description |
|---|---|
| System.String |
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 |