Show / Hide Table of Contents

Class StandardAppVersionAutomaticScalingStandardSchedulerSettings

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

Fields

View Source

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.Nullable<System.Int32>
View Source

MinInstances

Minimum number of instances to run for this version. Set to zero to disable minInstances configuration.

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

TargetCpuUtilization

Target CPU utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.

Declaration
public readonly double? TargetCpuUtilization
Field Value
Type Description
System.Nullable<System.Double>
View Source

TargetThroughputUtilization

Target throughput utilization ratio to maintain when scaling. Should be a value in the range [0.50, 0.95], zero, or a negative value.

Declaration
public readonly double? TargetThroughputUtilization
Field Value
Type Description
System.Nullable<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.