public enum ApiHubInstance.Types.StateReference documentation and code samples for the API hub v1 API enum ApiHubInstance.Types.State.
State of the ApiHub Instance.
Namespace
Google.Cloud.ApiHub.V1Assembly
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. |