Apigee Registry v1 API - Enum Instance.Types.State (1.0.0-beta06)

public enum Instance.Types.State

Reference documentation and code samples for the Apigee Registry v1 API enum Instance.Types.State.

State of the Instance.

Namespace

Google.Cloud.ApigeeRegistry.V1

Assembly

Google.Cloud.ApigeeRegistry.V1.dll

Fields

Name Description
Active

The Instance has been created and is ready for use.

Creating

The Instance is being created.

Deleting

The Instance is being deleted.

Failed

The Instance encountered an error during a state change.

Inactive

The Instance has not been initialized or has been deleted.

Unspecified

The default value. This value is used if the state is omitted.

Updating

The Instance is being updated.