Show / Hide Table of Contents

Class StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs : ResourceArgs

Constructors

View Source

StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs()

Declaration
public StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs()

Properties

View Source

MaxInstances

Maximum number of instances to create for this version. Must be in the range [1.0, 200.0].

Declaration
public Input<int> MaxInstances { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MinInstances

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

Declaration
public Input<int> MinInstances { get; set; }
Property Value
Type Description
Input<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 Input<double> TargetCpuUtilization { get; set; }
Property Value
Type Description
Input<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 Input<double> TargetThroughputUtilization { get; set; }
Property Value
Type Description
Input<System.Double>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.