Class StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs
Inheritance
System.Object
StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs : ResourceArgs
Constructors
View SourceStandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs()
Declaration
public StandardAppVersionAutomaticScalingStandardSchedulerSettingsGetArgs()
Properties
View SourceMaxInstances
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> |
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> |
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> |
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> |