Module: Google::Cloud::ApigeeRegistry::V1::Instance::State
- Defined in:
- proto_docs/google/cloud/apigeeregistry/v1/provisioning_service.rb
Overview
State of the Instance.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value is used if the state is omitted.
0
- INACTIVE =
The Instance has not been initialized or has been deleted.
1
- CREATING =
The Instance is being created.
2
- ACTIVE =
The Instance has been created and is ready for use.
3
- UPDATING =
The Instance is being updated.
4
- DELETING =
The Instance is being deleted.
5
- FAILED =
The Instance encountered an error during a state change.
6