Network Connectivity V1 API - Module Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ConsumerPscConnection::State (v1.4.0)

Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::ServiceConnectionMap::ConsumerPscConnection::State.

The state of the PSC connection. We reserve the right to add more states without notice in the future. Users should not use exhaustive switch statements on this enum. See https://google.aip.dev/216.

Constants

STATE_UNSPECIFIED

value: 0
An invalid state as the default case.

ACTIVE

value: 1
The connection has been created successfully. However, for the up-to-date connection status, please use the service attachment's "ConnectedEndpoint.status" as the source of truth.

FAILED

value: 2
The connection is not functional since some resources on the connection fail to be created.

CREATING

value: 3
The connection is being created.

DELETING

value: 4
The connection is being deleted.

CREATE_REPAIRING

value: 5
The connection is being repaired to complete creation.

DELETE_REPAIRING

value: 6
The connection is being repaired to complete deletion.