Integration Connectors v1 API - Enum ConnectionStatus.Types.State (1.2.0)

public enum ConnectionStatus.Types.State

Reference documentation and code samples for the Integration Connectors v1 API enum ConnectionStatus.Types.State.

All the possible Connection State.

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Fields

NameDescription
Active

Connection is running and ready for requests.

AuthorizationRequired

Connection is not running due to an auth error for the Oauth2 Auth Code based connector.

Creating

Connection is being created.

Deleting

Connection is being deleted.

Error

Connection is not running due to an error.

Inactive

Connection is stopped.

Unspecified

Connection does not have a state yet.

Updating

Connection is being updated.