App Engine v1 API - Class ManualScaling (2.3.0)

public sealed class ManualScaling : IMessage<ManualScaling>, IEquatable<ManualScaling>, IDeepCloneable<ManualScaling>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class ManualScaling.

A service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.

Inheritance

object > ManualScaling

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ManualScaling()

public ManualScaling()

ManualScaling(ManualScaling)

public ManualScaling(ManualScaling other)
Parameter
NameDescription
otherManualScaling

Properties

Instances

public int Instances { get; set; }

Number of instances to assign to the service at the start. This number can later be altered by using the Modules API set_num_instances() function.

Property Value
TypeDescription
int