Enum ApiConfig.Types.State (1.0.0)

public enum State

All the possible API Config states.

Namespace

Google.Cloud.ApiGateway.V1

Assembly

Google.Cloud.ApiGateway.V1.dll

Fields

NameDescription
Activating

API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.

Active

API Config is ready for use by Gateways.

Creating

API Config is being created and deployed to the API Controller.

Deleting

API Config is being deleted.

Failed

API Config creation failed.

Unspecified

API Config does not have a state yet.

Updating

API Config is being updated.