App Engine v1 API - Enum ServingStatus (2.3.0)

public enum ServingStatus

Reference documentation and code samples for the App Engine v1 API enum ServingStatus.

Run states of a version.

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Fields

NameDescription
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 SERVING.

Unspecified

Not specified.