public enum ServingStatusReference documentation and code samples for the App Engine v1 API enum ServingStatus.
Run states of a version.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
Serving |
Currently serving. Instances are created according to the scaling settings of the version. |
Stopped |
Disabled. No instances will be created and the scaling
settings are ignored until the state of the version changes
to |
Unspecified |
Not specified. |