API hub v1 API - Enum ApiHubInstance.Types.State (1.0.0-beta01)

public enum ApiHubInstance.Types.State

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

State of the ApiHub Instance.

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Fields

Name Description
Active

The ApiHub instance has been created and is ready for use.

Creating

The ApiHub instance is being created.

Deleting

The ApiHub instance is being deleted.

Failed

The ApiHub instance encountered an error during a state change.

Inactive

The ApiHub instance has not been initialized or has been deleted.

Unspecified

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

Updating

The ApiHub instance is being updated.