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.
Implements
IMessageManualScaling, IEquatableManualScaling, IDeepCloneableManualScaling, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ManualScaling()
public ManualScaling()
ManualScaling(ManualScaling)
public ManualScaling(ManualScaling other)
Parameter | |
---|---|
Name | Description |
other |
ManualScaling |
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 | |
---|---|
Type | Description |
int |