Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScaling

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

Fields

View Source

CoolDownPeriod

The time period that the Autoscaler should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Default: 120s

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

CpuUtilization

Target scaling by CPU usage. Structure is documented below.

Declaration
public readonly FlexibleAppVersionAutomaticScalingCpuUtilization CpuUtilization
Field Value
Type Description
FlexibleAppVersionAutomaticScalingCpuUtilization
View Source

DiskUtilization

Target scaling by disk usage. Structure is documented below.

Declaration
public readonly FlexibleAppVersionAutomaticScalingDiskUtilization DiskUtilization
Field Value
Type Description
FlexibleAppVersionAutomaticScalingDiskUtilization
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.

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

MaxTotalInstances

Maximum number of instances that should be started to handle requests for this version. Default: 20

Declaration
public readonly int? MaxTotalInstances
Field Value
Type Description
System.Nullable<System.Int32>
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.

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

MinTotalInstances

Minimum number of running instances that should be maintained for this version. Default: 2

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

NetworkUtilization

Target scaling by network usage. Structure is documented below.

Declaration
public readonly FlexibleAppVersionAutomaticScalingNetworkUtilization NetworkUtilization
Field Value
Type Description
FlexibleAppVersionAutomaticScalingNetworkUtilization
View Source

RequestUtilization

Target scaling by request utilization. Structure is documented below.

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