Class FlexibleAppVersionManualScalingArgs
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 FlexibleAppVersionManualScalingArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionManualScalingArgs()
Declaration
public FlexibleAppVersionManualScalingArgs()
Properties
View SourceInstances
Number of instances to assign to the service at the start.
Note: When managing the number of instances at runtime through the App Engine Admin API or the (now deprecated) Python 2
Modules API set_num_instances() you must use lifecycle.ignore_changes = ["manual_scaling"[0].instances] to prevent drift detection.
Declaration
public Input<int> Instances { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |