Show / Hide Table of Contents

Class StandardAppVersionAutomaticScaling

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

Fields

View Source

MaxConcurrentRequests

Number of concurrent requests an automatic scaling instance can accept before the scheduler spawns a new instance. Defaults to a runtime-specific value.

Declaration
public readonly int? MaxConcurrentRequests
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxIdleInstances

Maximum number of idle instances that should be maintained for this version.

Declaration
public readonly int? MaxIdleInstances
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MaxPendingLatency

Maximum amount of time that a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Declaration
public readonly string MaxPendingLatency
Field Value
Type Description
System.String
View Source

MinIdleInstances

Minimum number of idle instances that should be maintained for this version. Only applicable for the default version of a service.

Declaration
public readonly int? MinIdleInstances
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MinPendingLatency

Minimum amount of time a request should wait in the pending queue before starting a new instance to handle it. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Declaration
public readonly string MinPendingLatency
Field Value
Type Description
System.String
View Source

StandardSchedulerSettings

Scheduler settings for standard environment. Structure is documented below.

Declaration
public readonly StandardAppVersionAutomaticScalingStandardSchedulerSettings StandardSchedulerSettings
Field Value
Type Description
StandardAppVersionAutomaticScalingStandardSchedulerSettings
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.