Reference documentation and code samples for the Connectors V1 API module Google::Cloud::Connectors::V1::ConnectionStatus::State.
All the possible Connection State.
Constants
STATE_UNSPECIFIED
value: 0
Connection does not have a state yet.
CREATING
value: 1
Connection is being created.
ACTIVE
value: 2
Connection is running and ready for requests.
INACTIVE
value: 3
Connection is stopped.
DELETING
value: 4
Connection is being deleted.
UPDATING
value: 5
Connection is being updated.
ERROR
value: 6
Connection is not running due to an error.
AUTHORIZATION_REQUIRED
value: 7
Connection is not running due to an auth error for the Oauth2 Auth Code
based connector.