public sealed class ManualScaling : IMessage<ManualScaling>, IEquatable<ManualScaling>, IDeepCloneable<ManualScaling>, IBufferMessage, IMessageA service with manual scaling runs continuously, allowing you to perform complex initialization and rely on the state of its memory over time.
Implements
IMessage<ManualScaling>, IEquatable<ManualScaling>, IDeepCloneable<ManualScaling>, 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 |
Int32 |
|