API Gateway v1 API - Enum Gateway.Types.State (2.1.0)

public enum State

Reference documentation and code samples for the API Gateway v1 API enum Gateway.Types.State.

All the possible Gateway states.

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Fields

NameDescription
Active

Gateway is running and ready for requests.

Creating

Gateway is being created.

Deleting

Gateway is being deleted.

Failed

Gateway creation failed.

Unspecified

Gateway does not have a state yet.

Updating

Gateway is being updated.