API hub V1 API - Module Google::Cloud::ApiHub::V1::ApiHubInstance::State (v0.1.0)

Reference documentation and code samples for the API hub V1 API module Google::Cloud::ApiHub::V1::ApiHubInstance::State.

State of the ApiHub Instance.

Constants

STATE_UNSPECIFIED

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

INACTIVE

value: 1
The ApiHub instance has not been initialized or has been deleted.

CREATING

value: 2
The ApiHub instance is being created.

ACTIVE

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

UPDATING

value: 4
The ApiHub instance is being updated.

DELETING

value: 5
The ApiHub instance is being deleted.

FAILED

value: 6
The ApiHub instance encountered an error during a state change.