Show / Hide Table of Contents

Class StandardAppVersionManualScalingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StandardAppVersionManualScalingGetArgs
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 StandardAppVersionManualScalingGetArgs : ResourceArgs

Constructors

View Source

StandardAppVersionManualScalingGetArgs()

Declaration
public StandardAppVersionManualScalingGetArgs()

Properties

View Source

Instances

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.