Module: Google::Cloud::AppEngine::V1::ServingStatus
- Defined in:
- proto_docs/google/appengine/v1/version.rb
Overview
Run states of a version.
Constant Summary collapse
- SERVING_STATUS_UNSPECIFIED =
Not specified.
0
- SERVING =
Currently serving. Instances are created according to the scaling settings of the version.
1
- STOPPED =
Disabled. No instances will be created and the scaling settings are ignored until the state of the version changes to
SERVING
. 2