Module: Google::Cloud::Connectors::V1::ConnectionStatus::State
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
All the possible Connection State.
Constant Summary collapse
- STATE_UNSPECIFIED =
Connection does not have a state yet.
0- CREATING =
Connection is being created.
1- ACTIVE =
Connection is running and ready for requests.
2- INACTIVE =
Connection is stopped.
3- DELETING =
Connection is being deleted.
4- UPDATING =
Connection is being updated.
5- ERROR =
Connection is not running due to an error.
6- AUTHORIZATION_REQUIRED =
Connection is not running due to an auth error for the Oauth2 Auth Code based connector.
7