Class StandardAppVersionAutomaticScaling
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.AppEngine.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class StandardAppVersionAutomaticScaling
Fields
View SourceMaxConcurrentRequests
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> |
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> |
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 |
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> |
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 |
StandardSchedulerSettings
Scheduler settings for standard environment. Structure is documented below.
Declaration
public readonly StandardAppVersionAutomaticScalingStandardSchedulerSettings StandardSchedulerSettings
Field Value
| Type | Description |
|---|---|
| StandardAppVersionAutomaticScalingStandardSchedulerSettings |