Enum ServingStatus (2.0.0)

public 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.